]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/ieee1394/raw1394.c
ieee1394: constify device ID tables
[linux-2.6-omap-h63xx.git] / drivers / ieee1394 / raw1394.c
index 9b71390b0a0b139ea20c0136b79ca08223455d09..da5f8829b503d1047c7cb36126033c036ad630ca 100644 (file)
@@ -2982,7 +2982,7 @@ static int raw1394_release(struct inode *inode, struct file *file)
  * Export information about protocols/devices supported by this driver.
  */
 #ifdef MODULE
-static struct ieee1394_device_id raw1394_id_table[] = {
+static const struct ieee1394_device_id raw1394_id_table[] = {
        {
         .match_flags = IEEE1394_MATCH_SPECIFIER_ID | IEEE1394_MATCH_VERSION,
         .specifier_id = AVC_UNIT_SPEC_ID_ENTRY & 0xffffff,