From: Fabio Estevam Date: Thu, 20 Jul 2017 02:35:29 +0000 (-0300) Subject: misc: eeprom_93xx46: Include X-Git-Tag: v4.14-rc1~146^2~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e0552573575ef43daaee5b1a139952d6127f088c;p=thirdparty%2Fkernel%2Flinux.git misc: eeprom_93xx46: Include eeprom_93xx46_platform_data struct has a 'struct gpio_desc' type member, so it is better to include , which provides 'struct gpio_desc' type. Signed-off-by: Fabio Estevam Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/linux/eeprom_93xx46.h b/include/linux/eeprom_93xx46.h index 885f587a35550..9158987592802 100644 --- a/include/linux/eeprom_93xx46.h +++ b/include/linux/eeprom_93xx46.h @@ -2,8 +2,7 @@ * Module: eeprom_93xx46 * platform description for 93xx46 EEPROMs. */ - -struct gpio_desc; +#include struct eeprom_93xx46_platform_data { unsigned char flags;