drm/i915/pxp: fix sparse warning for not declared symbol
authorJani Nikula <jani.nikula@intel.com>
Fri, 6 May 2022 12:04:05 +0000 (15:04 +0300)
committerJani Nikula <jani.nikula@intel.com>
Wed, 8 Jun 2022 08:32:28 +0000 (11:32 +0300)
commitab9db127ee03487785509f960e7b5b91cdb6b92d
treec83025a067709ab13154f6324e6f5c104b49c003
parent4464bd825dd56c2f900038c5922408d70aab01fc
drm/i915/pxp: fix sparse warning for not declared symbol

Fix:

drivers/gpu/drm/i915/pxp/intel_pxp_debugfs.c:61:6: warning: symbol
'intel_pxp_debugfs_register' was not declared. Should it be static?

Sort and remove the redundant pxp prefixes from the includes while at
it.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220506120405.2582372-1-jani.nikula@intel.com
drivers/gpu/drm/i915/pxp/intel_pxp_debugfs.c