mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-28 09:20:18 +00:00
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:
@@ -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"},
|
||||
{"",""}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user