Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269414
b: refs/heads/master
c: a1e6b41
h: refs/heads/master
v: v3
  • Loading branch information
Linus Walleij authored and Russell King committed Aug 23, 2011
1 parent 06c6d07 commit 7cb3a01
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 94117cb8db3b6377ae5d68edd724211e9a607326
refs/heads/master: a1e6b41e8ec152efceb3128592b83d40c8a28334
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-pnx4008/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
* is licensed "as is" without any warranty of any kind, whether express
* or implied.
*/
#include <linux/gpio.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/io.h>
#include <mach/hardware.h>
#include <mach/platform.h>
#include <mach/gpio-pnx4008.h>

/* register definitions */
#define PIO_VA_BASE IO_ADDRESS(PNX4008_PIO_BASE)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* arch/arm/mach-pnx4008/include/mach/gpio.h
* arch/arm/mach-pnx4008/include/mach/gpio-pnx4008.h
*
* PNX4008 GPIO driver - header file
*
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-pnx4008/serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/gpio.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/io.h>
Expand All @@ -20,6 +19,7 @@
#include <linux/serial_core.h>
#include <linux/serial_reg.h>

#include <mach/gpio-pnx4008.h>
#include <mach/clock.h>

#define UART_3 0
Expand Down

0 comments on commit 7cb3a01

Please sign in to comment.