-
- Downloads
of/device: Replace of_device with platform_device in includes and core code
of_device is currently just an #define alias to platform_device until it gets removed entirely. This patch removes references to it from the include directories and the core drivers/of code. Signed-off-by:Grant Likely <grant.likely@secretlab.ca> Acked-by:
David S. Miller <davem@davemloft.net>
Showing
- arch/powerpc/include/asm/macio.h 1 addition, 1 deletionarch/powerpc/include/asm/macio.h
- arch/sparc/include/asm/floppy_64.h 3 additions, 3 deletionsarch/sparc/include/asm/floppy_64.h
- arch/sparc/include/asm/parport.h 2 additions, 2 deletionsarch/sparc/include/asm/parport.h
- drivers/of/device.c 11 additions, 11 deletionsdrivers/of/device.c
- drivers/of/platform.c 12 additions, 12 deletionsdrivers/of/platform.c
- include/linux/of_device.h 5 additions, 5 deletionsinclude/linux/of_device.h
- include/linux/of_platform.h 8 additions, 8 deletionsinclude/linux/of_platform.h
Loading
Please register or sign in to comment