]> Pileus Git - ~andy/linux/blobdiff - arch/mips/kernel/vpe.c
MIPS: kernel: vpe: Make vpe_attrs an array of pointers.
[~andy/linux] / arch / mips / kernel / vpe.c
index faf84c5f26293d130089f0b50d10709b13927a69..59b2b3cd78852d8d41a16c7d4752cfc6557123a8 100644 (file)
@@ -1368,7 +1368,7 @@ out_einval:
 }
 static DEVICE_ATTR_RW(ntcs);
 
-static struct attribute vpe_attrs[] = {
+static struct attribute *vpe_attrs[] = {
        &dev_attr_kill.attr,
        &dev_attr_ntcs.attr,
        NULL,