staging: olpc: Add <linux/delay.h>
authorJeff Mahoney <jeffm@suse.com>
Tue, 12 Apr 2011 18:55:11 +0000 (14:55 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 26 Apr 2011 00:08:29 +0000 (17:08 -0700)
 The olpc dcon xo1 driver uses udelay() without including <linux/delay.h>.

 This patch adds it.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Andres Salomon <dilinger@queued.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/olpc_dcon/olpc_dcon_xo_1.c

index b5d21f6497f9ef14aa4176550615a6203c6a11c8..22c04eabed4116768959b10681c4c880c0940c7c 100644 (file)
@@ -12,6 +12,7 @@
  */
 #include <linux/cs5535.h>
 #include <linux/gpio.h>
+#include <linux/delay.h>
 #include <asm/olpc.h>
 
 #include "olpc_dcon.h"
This page took 0.026267 seconds and 5 git commands to generate.