usb: host: make ehci_fsl_overrides const and __initconst
commitb491f61ecb9668c9fd8d519cf25e8c46a30fb906
authorBhumika Goyal <bhumirks@gmail.com>
Wed, 30 Aug 2017 09:05:25 +0000 (30 14:35 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 31 Aug 2017 16:08:46 +0000 (31 18:08 +0200)
tree09c1a217e9ac8719942a343e315d785873fe8eb8
parentc3d3ad68febacae8a98cb1e40af6c9337f7454a8
usb: host: make ehci_fsl_overrides const and __initconst

Make this structure const as it is not modified. And replace __initdata
with __initconst to avoid section conflict error.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-fsl.c