gpio: include linux/gpio.h where needed
authorRandy Dunlap <randy.dunlap@oracle.com>
Wed, 15 Jun 2011 00:06:02 +0000 (17:06 -0700)
committerGrant Likely <grant.likely@secretlab.ca>
Thu, 16 Jun 2011 14:40:44 +0000 (08:40 -0600)
Some files use GPIOF_ macros but don't include the header file
for them.  These macros are being moved to <linux/gpio.h>, so add
includes for <linux/gpio.h> where needed.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>

No differences found