Skip to content

Commit

Permalink
Merge branch 'ixp4xx-fixes' of git://git.kernel.org/pub/scm/linux/ker…
Browse files Browse the repository at this point in the history
…nel/git/chris/linux-2.6
  • Loading branch information
Russell King authored and Russell King committed Aug 13, 2009
2 parents 96a4d1e + dee2b90 commit 3b3119f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-ixp4xx/include/mach/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#include <mach/hardware.h>

#define IO_SPACE_LIMIT 0xffff0000
#define IO_SPACE_LIMIT 0x0000ffff

extern int (*ixp4xx_pci_read)(u32 addr, u32 cmd, u32* data);
extern int ixp4xx_pci_write(u32 addr, u32 cmd, u32 data);
Expand Down

0 comments on commit 3b3119f

Please sign in to comment.