aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/smu.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/include/asm/smu.h')
-rw-r--r--arch/powerpc/include/asm/smu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/smu.h b/arch/powerpc/include/asm/smu.h
index 7ae2753da565..e3bdada8c542 100644
--- a/arch/powerpc/include/asm/smu.h
+++ b/arch/powerpc/include/asm/smu.h
@@ -457,8 +457,8 @@ extern void smu_poll(void);
457 */ 457 */
458extern int smu_init(void); 458extern int smu_init(void);
459extern int smu_present(void); 459extern int smu_present(void);
460struct of_device; 460struct platform_device;
461extern struct of_device *smu_get_ofdev(void); 461extern struct platform_device *smu_get_ofdev(void);
462 462
463 463
464/* 464/*