Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-31 | sparc: add export.h to arch/sparc files as required | Paul Gortmaker | |
These files are only exporting symbols, so they don't need the full module.h header file. Previously they were getting access to EXPORT_SYMBOL implicitly via overuse of module.h from within other .h files, but that is being cleaned up. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> | |||
2011-06-02 | sparc32,leon: added LEON-common low-level PCI routines | Daniel Hellstrom | |
The LEON architecture does not have a BIOS or bootloader that initializes PCI for us, instead Linux generic PCI layer is used to set up resources and IRQ. Signed-off-by: Daniel Hellstrom <daniel@gaisler.com> Signed-off-by: David S. Miller <davem@davemloft.net> |