Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | sparc: add export.h to arch/sparc files as required | Paul Gortmaker | 2011-10-31 |
| | | | | | | | | | 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> | ||
* | sparc32,leon: added LEON-common low-level PCI routines | Daniel Hellstrom | 2011-06-02 |
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> |