Skip to content

Commit

Permalink
staging: olpc: Add <linux/delay.h>
Browse files Browse the repository at this point in the history
 The olpc dcon xo1 driver uses udelay() without including <linux/delay.h>.

 This patch adds it.

Signed-off-by: Jeff Mahoney <[email protected]>
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Andres Salomon <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
jeffmahoney authored and gregkh committed Apr 26, 2011
1 parent f0e615c commit 97232fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/olpc_dcon/olpc_dcon_xo_1.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
*/
#include <linux/cs5535.h>
#include <linux/gpio.h>
#include <linux/delay.h>
#include <asm/olpc.h>

#include "olpc_dcon.h"
Expand Down

0 comments on commit 97232fd

Please sign in to comment.