Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269388
b: refs/heads/master
c: 60e8972
h: refs/heads/master
v: v3
  • Loading branch information
Russell King committed Aug 8, 2011
1 parent 175b971 commit 93f5f7f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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: 1bc857f700fb14bbcb990a81b1255f39807ae59e
refs/heads/master: 60e8972dc7e1df843d7132fb572e74f10502a4b7
2 changes: 1 addition & 1 deletion trunk/drivers/ata/pata_at91.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

#include <mach/at91sam9_smc.h>
#include <mach/board.h>
#include <mach/gpio.h>
#include <asm/gpio.h>

#define DRV_NAME "pata_at91"
#define DRV_VERSION "0.3"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/ide/at91_ide.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include <linux/platform_device.h>

#include <mach/board.h>
#include <mach/gpio.h>
#include <asm/gpio.h>
#include <mach/at91sam9_smc.h>

#define DRV_NAME "at91_ide"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/arm/at91_ether.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include <asm/mach-types.h>

#include <mach/at91rm9200_emac.h>
#include <mach/gpio.h>
#include <asm/gpio.h>
#include <mach/board.h>

#include "at91_ether.h"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/spi/spi-atmel.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#include <asm/io.h>
#include <mach/board.h>
#include <mach/gpio.h>
#include <asm/gpio.h>
#include <mach/cpu.h>

/* SPI register offsets */
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/tty/serial/atmel_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

#ifdef CONFIG_ARM
#include <mach/cpu.h>
#include <mach/gpio.h>
#include <asm/gpio.h>
#endif

#define PDC_BUFFER_SIZE 512
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/atmel_lcdfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#include <mach/board.h>
#include <mach/cpu.h>
#include <mach/gpio.h>
#include <asm/gpio.h>

#include <video/atmel_lcdc.h>

Expand Down

0 comments on commit 93f5f7f

Please sign in to comment.