HID: constify arrays of struct apple_key_translation
authorPaul Collins <paul@burly.ondioline.org>
Sat, 7 Mar 2009 04:07:15 +0000 (17:07 +1300)
committerJiri Kosina <jkosina@suse.cz>
Mon, 30 Mar 2009 13:12:54 +0000 (15:12 +0200)
commitb2ddd54e19dfff559a02ec8e7e532357b3f09849
tree39ca6f8fc1d005c9eedc2ae305edfbd2433f56fa
parent794227415f8f5f395a9ed4269a4ee7a3c34f66a5
HID: constify arrays of struct apple_key_translation

Mark arrays of struct apple_key_translation const so that they may be placed in
.rodata, and adjust users to suit.

Signed-off-by: Paul Collins <paul@ondioline.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-apple.c