diff options
author | Michal Simek <monstr@monstr.eu> | 2009-03-27 14:25:48 +0100 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2009-03-27 14:25:48 +0100 |
commit | 36174f4e8742faed7da08e6110f134cf87dc03df (patch) | |
tree | 848499f071d1b3020ce2e21f99b3848b9f93b641 /arch | |
parent | e96978b2729171f1dbbc0eb5b19c3524ca36e2bf (diff) | |
download | kernel_samsung_smdk4412-36174f4e8742faed7da08e6110f134cf87dc03df.zip kernel_samsung_smdk4412-36174f4e8742faed7da08e6110f134cf87dc03df.tar.gz kernel_samsung_smdk4412-36174f4e8742faed7da08e6110f134cf87dc03df.tar.bz2 |
microblaze_v8: pci headers
Reviewed-by: Ingo Molnar <mingo@elte.hu>
Acked-by: John Linn <john.linn@xilinx.com>
Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com>
Acked-by: John Williams <john.williams@petalogix.com>
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/microblaze/include/asm/pci-bridge.h | 1 | ||||
-rw-r--r-- | arch/microblaze/include/asm/pci.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/microblaze/include/asm/pci-bridge.h b/arch/microblaze/include/asm/pci-bridge.h new file mode 100644 index 0000000..7ad28f6 --- /dev/null +++ b/arch/microblaze/include/asm/pci-bridge.h @@ -0,0 +1 @@ +#include <linux/pci.h> diff --git a/arch/microblaze/include/asm/pci.h b/arch/microblaze/include/asm/pci.h new file mode 100644 index 0000000..ca03794 --- /dev/null +++ b/arch/microblaze/include/asm/pci.h @@ -0,0 +1 @@ +#include <linux/io.h> |