headers: fix build error in arch/arm/plat-samsung/adc.c, add <linux/mod_devicetable.h>
authorRandy Dunlap <rdunlap@infradead.org>
Sat, 7 Jul 2018 21:03:29 +0000 (14:03 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 8 Jul 2018 13:19:04 +0000 (15:19 +0200)
commit053a389b461c558e4ecf84a55b94dfc51cb0cbce
tree565eb5f775cc4798a326004b8e621136f4077204
parentac3167257b9fe16c9426c2087ead1c9f1b0992b1
headers: fix build error in arch/arm/plat-samsung/adc.c, add <linux/mod_devicetable.h>

arch/arm/plat-samsung/adc.c needs to #include <linux/mod_devicetable.h>
explicitly since that header file was removed from
<linux/platform_device.h> (it wasn't needed there).

Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/plat-samsung/adc.c