diff options
Diffstat (limited to 'include/atmel_lcd.h')
-rw-r--r-- | include/atmel_lcd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/atmel_lcd.h b/include/atmel_lcd.h index 66436b9b27..a115d6c170 100644 --- a/include/atmel_lcd.h +++ b/include/atmel_lcd.h @@ -9,6 +9,8 @@ #ifndef _ATMEL_LCD_H_ #define _ATMEL_LCD_H_ +#include <linux/types.h> + /** * struct atmel_lcd_plat - platform data for Atmel LCDs with driver model * |