drm/panfrost: Add missing include
authorSteven Price <steven.price@arm.com>
Wed, 17 Apr 2019 14:47:49 +0000 (15:47 +0100)
committerRob Herring <robh@kernel.org>
Thu, 18 Apr 2019 14:26:14 +0000 (09:26 -0500)
commit82c810856955d83a840e84c5b03918a00060efb7
treeff0b592236da8f0cfdaeea3c4e629d11e4384aab
parentf1bb4b6aeed414c65ee75dfd65d1859f1898be78
drm/panfrost: Add missing include

Fix sparse warnings:
drivers/gpu/drm/panfrost/panfrost_devfreq.c:133:5:
 warning: symbol 'panfrost_devfreq_init' was not declared. Should it be static?
drivers/gpu/drm/panfrost/panfrost_devfreq.c:168:6:
 warning: symbol 'panfrost_devfreq_resume' was not declared. Should it be static?
drivers/gpu/drm/panfrost/panfrost_devfreq.c:182:6:
 warning: symbol 'panfrost_devfreq_suspend' was not declared. Should it be static?
drivers/gpu/drm/panfrost/panfrost_devfreq.c:212:6:
 warning: symbol 'panfrost_devfreq_record_transition' was not declared. Should it be static?

Signed-off-by: Steven Price <steven.price@arm.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/7c9d75dd-ec67-4491-ca0c-79743211f308@arm.com
drivers/gpu/drm/panfrost/panfrost_devfreq.c