drm/i915: mark all device info struct with __initconst
authorLionel Landwerlin <[email protected]>
Wed, 30 Aug 2017 16:12:06 +0000 (17:12 +0100)
committerLionel Landwerlin <[email protected]>
Fri, 1 Sep 2017 13:28:28 +0000 (14:28 +0100)
commit5b54eddd3920e9f6f1a6d972454baf350cbae77e
tree1979672a66b9f13affdd558f2be5d99d12780686
parent0890540e21cf1156b4cf960a4c1c734db4e816f9
drm/i915: mark all device info struct with __initconst

As recommended by Chris.

v2: Switch from __initdata to __initconst.

Signed-off-by: Lionel Landwerlin <[email protected]>
Reviewed-by: Chris Wilson <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/i915/i915_pci.c