diff options
Diffstat (limited to 'drivers/watchdog/omap_wdt.c')
| -rw-r--r-- | drivers/watchdog/omap_wdt.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/omap_wdt.c b/drivers/watchdog/omap_wdt.c index c6aaf284574..76b58abf445 100644 --- a/drivers/watchdog/omap_wdt.c +++ b/drivers/watchdog/omap_wdt.c @@ -42,6 +42,7 @@  #include <linux/bitops.h>  #include <linux/io.h>  #include <linux/uaccess.h> +#include <linux/slab.h>  #include <mach/hardware.h>  #include <plat/prcm.h>  |