diff options
Diffstat (limited to 'arch/mips/kernel/vpe.c')
-rw-r--r-- | arch/mips/kernel/vpe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/vpe.c b/arch/mips/kernel/vpe.c index faf84c5f2629..59b2b3cd7885 100644 --- a/arch/mips/kernel/vpe.c +++ b/arch/mips/kernel/vpe.c | |||
@@ -1368,7 +1368,7 @@ out_einval: | |||
1368 | } | 1368 | } |
1369 | static DEVICE_ATTR_RW(ntcs); | 1369 | static DEVICE_ATTR_RW(ntcs); |
1370 | 1370 | ||
1371 | static struct attribute vpe_attrs[] = { | 1371 | static struct attribute *vpe_attrs[] = { |
1372 | &dev_attr_kill.attr, | 1372 | &dev_attr_kill.attr, |
1373 | &dev_attr_ntcs.attr, | 1373 | &dev_attr_ntcs.attr, |
1374 | NULL, | 1374 | NULL, |