atm: fore200e: Do not drop const qualifier
authorLABBE Corentin <clabbe.montjoie@gmail.com>
Wed, 17 Aug 2016 13:56:45 +0000 (15:56 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Aug 2016 06:46:42 +0000 (23:46 -0700)
commitb65b24d42f0a3da68085433f1102c0ac6aa3cebe
tree01c9344a51d9775451e3dc88616efa2b02d11878
parentf1c89c033fe654d565db3866fc0f897eab2ff9c0
atm: fore200e: Do not drop const qualifier

The data member of structure firmware is const and this constness is
dropped by some cast.
This patch add some const for keeping the const information.

Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/atm/fore200e.c