Skip to content

Commit

Permalink
Staging: android: timed_gpio: Fix build to build on kernels after 2.6…
Browse files Browse the repository at this point in the history
….25.

Reported-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Mike Lockwood <lockwood@android.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Arve Hjønnevåg authored and Greg Kroah-Hartman committed Jan 28, 2009
1 parent c171ac3 commit 2d0db6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/android/timed_gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include <linux/platform_device.h>
#include <linux/hrtimer.h>
#include <linux/err.h>
#include <asm/arch/gpio.h>
#include <linux/gpio.h>

#include "timed_gpio.h"

Expand Down

0 comments on commit 2d0db6b

Please sign in to comment.