[PATCH 0/3] randconfig warning fixes for thermal
From: arnd@arndb.de (Arnd Bergmann)
Date: 2016-01-25 16:44:09
Also in:
linux-pm
From: arnd@arndb.de (Arnd Bergmann)
Date: 2016-01-25 16:44:09
Also in:
linux-pm
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