summaryrefslogtreecommitdiffstats
path: root/drivers/ieee1394/eth1394.c
diff options
context:
space:
mode:
authorStefan Richter <stefanr@s5r6.in-berlin.de>2009-02-15 23:11:38 +0100
committerStefan Richter <stefanr@s5r6.in-berlin.de>2009-03-24 20:56:53 +0100
commitc64094684dad4a903099f1ff83b7db9b62782adc (patch)
treea2f5c78ecf4aeb3662fab0868fe32ed96bb62c57 /drivers/ieee1394/eth1394.c
parent421696887b0da241401710e83b0dffcc195bc484 (diff)
downloadlinux-stable-c64094684dad4a903099f1ff83b7db9b62782adc.tar.gz
linux-stable-c64094684dad4a903099f1ff83b7db9b62782adc.tar.bz2
linux-stable-c64094684dad4a903099f1ff83b7db9b62782adc.zip
ieee1394: constify device ID tables
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'drivers/ieee1394/eth1394.c')
-rw-r--r--drivers/ieee1394/eth1394.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ieee1394/eth1394.c b/drivers/ieee1394/eth1394.c
index 0ed0f80c7cbb..4ca103577c0a 100644
--- a/drivers/ieee1394/eth1394.c
+++ b/drivers/ieee1394/eth1394.c
@@ -438,7 +438,7 @@ static int eth1394_update(struct unit_directory *ud)
return eth1394_new_node(hi, ud);
}
-static struct ieee1394_device_id eth1394_id_table[] = {
+static const struct ieee1394_device_id eth1394_id_table[] = {
{
.match_flags = (IEEE1394_MATCH_SPECIFIER_ID |
IEEE1394_MATCH_VERSION),