aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMichael Opdenacker <michael@com.rmk.(none)>2004-08-17 14:21:53 +0100
committerRussell King <rmk@flint.arm.linux.org.uk>2004-08-17 14:21:53 +0100
commit352f0b551b2b71dd849fef92bd8c4c5984453b3c (patch)
tree43c5f24404a9833a33c93765c6ecfc3d8d8304ed /include
parent842f2d59a613796c10f8197dc52c9fd24bc28395 (diff)
downloadhistory-352f0b551b2b71dd849fef92bd8c4c5984453b3c.tar.gz
[ARM PATCH] 2023/1: platform_device definitions no longer needed in include/asm-arm/hardware.h
Patch from Michael Opdenacker Hello, platform_device definitions are no longer needed in include/asm-arm/hardware.h: - platform_add_device no longer exists anywhere else in the whole kernel - other definitions should be taken from include/linux/device.h instead The proposed patch removes these definitions. Cheers, Michael.
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/hardware.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/asm-arm/hardware.h b/include/asm-arm/hardware.h
index 283dde118b20db..1fd1a5b6504ba9 100644
--- a/include/asm-arm/hardware.h
+++ b/include/asm-arm/hardware.h
@@ -15,13 +15,4 @@
#include <asm/arch/hardware.h>
-#ifndef __ASSEMBLY__
-
-struct platform_device;
-
-extern int platform_add_devices(struct platform_device **, int);
-extern int platform_add_device(struct platform_device *);
-
-#endif
-
#endif