]> git.proxmox.com Git - mirror_ubuntu-eoan-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)
commitb491f61ecb9668c9fd8d519cf25e8c46a30fb906
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