staging: panel: Start making module params read-only
authorMariusz Gorski <marius.gorski@gmail.com>
Thu, 27 Nov 2014 21:36:49 +0000 (22:36 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Dec 2014 00:34:34 +0000 (16:34 -0800)
commita8b2580b736746a4f978dfebf25be7f3f457bdd8
treeafa7127905de3ef6ddadf76e9eb903bd300006c6
parent2d35bcf66c61d696d9784fbf42a64daa9df0b068
staging: panel: Start making module params read-only

Start decoupling module params from the actual device state,
both for lcd and keypad, by keeping the params read-only
and moving the device state to related structs.

Signed-off-by: Mariusz Gorski <marius.gorski@gmail.com>
Acked-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/panel/panel.c