diff options
author | James Bottomley <JBottomley@Parallels.com> | 2012-09-28 12:54:48 +0200 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-10-14 12:35:45 +0200 |
commit | 7d55a5dd61f794df89a733b1b8223cdbffe8897c (patch) | |
tree | 3e764aa73d7d8896e17cb837a001568253b225eb /arch/parisc/include/asm/device.h | |
parent | Merge branch 'late-for-linus' of git://git.linaro.org/people/rmk/linux-arm (diff) | |
download | linux-7d55a5dd61f794df89a733b1b8223cdbffe8897c.tar.xz linux-7d55a5dd61f794df89a733b1b8223cdbffe8897c.zip |
[PARISC] asm: redo generic includes
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'arch/parisc/include/asm/device.h')
-rw-r--r-- | arch/parisc/include/asm/device.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/parisc/include/asm/device.h b/arch/parisc/include/asm/device.h deleted file mode 100644 index d8f9872b0e2d..000000000000 --- a/arch/parisc/include/asm/device.h +++ /dev/null @@ -1,7 +0,0 @@ -/* - * Arch specific extensions to struct device - * - * This file is released under the GPLv2 - */ -#include <asm-generic/device.h> - |