]> git.baikalelectronics.ru Git - kernel.git/commit
usb: host: make ehci_fsl_overrides const and __initconst
authorBhumika Goyal <bhumirks@gmail.com>
Wed, 30 Aug 2017 09:05:25 +0000 (14:35 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 31 Aug 2017 16:08:46 +0000 (18:08 +0200)
commitdd0e7fd26553224c598290c5d6112a16cb55d0eb
tree09c1a217e9ac8719942a343e315d785873fe8eb8
parent8d9893c939749736db49ebb091ef335b5fbc84a0
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