diff options
Diffstat (limited to 'arch/powerpc/sysdev/ipic.c')
-rw-r--r-- | arch/powerpc/sysdev/ipic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/sysdev/ipic.c b/arch/powerpc/sysdev/ipic.c index 05a56e55804c..e898ff4d2b97 100644 --- a/arch/powerpc/sysdev/ipic.c +++ b/arch/powerpc/sysdev/ipic.c | |||
@@ -725,7 +725,7 @@ unsigned int ipic_get_irq(void) | |||
725 | } | 725 | } |
726 | 726 | ||
727 | static struct sysdev_class ipic_sysclass = { | 727 | static struct sysdev_class ipic_sysclass = { |
728 | set_kset_name("ipic"), | 728 | .name = "ipic", |
729 | }; | 729 | }; |
730 | 730 | ||
731 | static struct sys_device device_ipic = { | 731 | static struct sys_device device_ipic = { |