| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-01-02 | net: Cleanup in eth-netx.h | Sachin Kamat | 1 | -4/+2 | |
| Commit 2960ed346877 ("ARM: netx: move platform_data definitions") moved the file to the current location but forgot to remove the pointer to its previous location. Clean it up. While at it also change the header file protection macros appropriately. Signed-off-by: Sachin Kamat <[email protected]> Cc: Sascha Hauer <[email protected]> Signed-off-by: David S. Miller <[email protected]> | |||||
| 2012-09-14 | ARM: netx: move platform_data definitions | Arnd Bergmann | 1 | -0/+27 | |
| Platform data for device drivers should be defined in include/linux/platform_data/*.h, not in the architecture and platform specific directories. This moves such data out of the netx include directories Signed-off-by: Arnd Bergmann <[email protected]> Acked-by: Mark Brown <[email protected]> Acked-by: Greg Kroah-Hartman <[email protected]> Acked-by: Nicolas Pitre <[email protected]> Acked-by: Sascha Hauer <[email protected]> Cc: "David S. Miller" <[email protected]> Cc: [email protected] | |||||