projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3011618
)
sparc: remove linux_prom_pci_assigned_addresses from openprom_32.h
author
Sam Ravnborg
<sam@ravnborg.org>
Sat, 3 Jan 2009 05:12:40 +0000
(21:12 -0800)
committer
David S. Miller
<davem@davemloft.net>
Sat, 3 Jan 2009 05:12:40 +0000
(21:12 -0800)
It is not used anywhere in the tree so drop it.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/include/asm/openprom_32.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/sparc/include/asm/openprom_32.h
b/arch/sparc/include/asm/openprom_32.h
index 3868057fb3beb99ac47075b3412cda3e1b53e41f..f8b4bf7216d79be5ad82a9d369a988be06eec170 100644
(file)
--- a/
arch/sparc/include/asm/openprom_32.h
+++ b/
arch/sparc/include/asm/openprom_32.h
@@
-229,16
+229,6
@@
struct linux_prom_pci_ranges {
unsigned int size_lo;
};
-struct linux_prom_pci_assigned_addresses {
- unsigned int which_io;
-
- unsigned int phys_hi;
- unsigned int phys_lo;
-
- unsigned int size_hi;
- unsigned int size_lo;
-};
-
#endif /* !(__ASSEMBLY__) */
#endif /* !(__SPARC_OPENPROM_H) */