From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: [PATCH 0/3] randconfig warning fixes for thermal Date: Mon, 25 Jan 2016 17:44:09 +0100 Message-ID: <1453740264-1972562-1-git-send-email-arnd@arndb.de> Return-path: Received: from mout.kundenserver.de ([212.227.126.134]:64293 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933286AbcAYQpE (ORCPT ); Mon, 25 Jan 2016 11:45:04 -0500 Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Zhang Rui , Eduardo Valentin Cc: linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org, spear-devel@list.st.com These are three simple fixes for ARM randconfig builds: [PATCH 1/3] thermal: spear: use __maybe_unused for PM functions [PATCH 2/3] thermal: allow spear-thermal driver to be a module [PATCH 3/3] thermal: allow u8500-thermal driver to be a module All three bugs are on configurationsn that are not important and that rarely happen even with randconfig builds. Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Mon, 25 Jan 2016 17:44:09 +0100 Subject: [PATCH 0/3] randconfig warning fixes for thermal Message-ID: <1453740264-1972562-1-git-send-email-arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org These are three simple fixes for ARM randconfig builds: [PATCH 1/3] thermal: spear: use __maybe_unused for PM functions [PATCH 2/3] thermal: allow spear-thermal driver to be a module [PATCH 3/3] thermal: allow u8500-thermal driver to be a module All three bugs are on configurationsn that are not important and that rarely happen even with randconfig builds. Arnd