diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2010-06-29 12:19:30 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2010-07-19 00:39:36 -0400 |
commit | c5f5849bffb36478dd8a1e350860ff18b654bc44 (patch) | |
tree | d66fe98e4a097f901b2d98989c30f11f7f7a5386 /arch/powerpc/include | |
parent | 60d599133011eaca6073696f6a86cd516854d547 (diff) |
of: Remove unused of_find_device_by_phandle()
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r-- | arch/powerpc/include/asm/of_platform.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/of_platform.h b/arch/powerpc/include/asm/of_platform.h index b37d2dcddb97..d506aa61db83 100644 --- a/arch/powerpc/include/asm/of_platform.h +++ b/arch/powerpc/include/asm/of_platform.h | |||
@@ -11,8 +11,6 @@ | |||
11 | * | 11 | * |
12 | */ | 12 | */ |
13 | 13 | ||
14 | extern struct of_device *of_find_device_by_phandle(phandle ph); | ||
15 | |||
16 | extern void of_instantiate_rtc(void); | 14 | extern void of_instantiate_rtc(void); |
17 | 15 | ||
18 | #endif /* _ASM_POWERPC_OF_PLATFORM_H */ | 16 | #endif /* _ASM_POWERPC_OF_PLATFORM_H */ |