Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101688
b: refs/heads/master
c: ad19dbd
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Rothwell authored and Paul Mackerras committed Jun 30, 2008
1 parent f53758a commit 0cfa4cf
Show file tree
Hide file tree
Showing 3 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: 55b6c8e99d582cc66947b465d0ff3147a0219808
refs/heads/master: ad19dbdb4b224deabbf6080e238256ffbc9be485
2 changes: 1 addition & 1 deletion trunk/drivers/pcmcia/electra_cf.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/vmalloc.h>
#include <linux/of_platform.h>

#include <pcmcia/ss.h>
#include <asm/of_platform.h>

static const char driver_name[] = "electra-cf";

Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/pcmcia/m8xx_pcmcia.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
#include <linux/interrupt.h>
#include <linux/fsl_devices.h>
#include <linux/bitops.h>
#include <linux/of_device.h>
#include <linux/of_platform.h>

#include <asm/io.h>
#include <asm/system.h>
Expand All @@ -57,8 +59,6 @@
#include <asm/8xx_immap.h>
#include <asm/irq.h>
#include <asm/fs_pd.h>
#include <asm/of_device.h>
#include <asm/of_platform.h>

#include <pcmcia/version.h>
#include <pcmcia/cs_types.h>
Expand Down

0 comments on commit 0cfa4cf

Please sign in to comment.