ibmvstgt: Remove the obsolete __devinitdata attribute

See also upstream commit "Drivers: misc: remove __dev* attributes"
(0fe763c570ad2701c830b9e4e53c65ad89c11c32; kernel 3.8).


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5183 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2014-01-04 14:03:56 +00:00
parent 53c344a10e
commit 828fcc6fbd

View File

@@ -1435,7 +1435,7 @@ out:
}
#endif /*CONFIG_SCST_PROC*/
static struct vio_device_id ibmvstgt_device_table[] __devinitdata = {
static struct vio_device_id ibmvstgt_device_table[] = {
{"v-scsi-host", "IBM,v-scsi-host"},
{"",""}
};