drm/i915: Drop extern qualifiers from header function prototypes
Follow dim checkpatch recommendation so it doesn't complain on that now and again on header file modifications. v2: drop testing leftover (Chris) Signed-off-by: Janusz Krzysztofik <janusz.krzysztofik@linux.intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/20190712112429.740-2-janusz.krzysztofik@linux.intel.com
This commit is contained in:

committed by
Chris Wilson

parent
6239901c57
commit
b5893ffc27
@@ -30,11 +30,11 @@
|
||||
#include <uapi/drm/i915_drm.h>
|
||||
|
||||
/* For use by IPS driver */
|
||||
extern unsigned long i915_read_mch_val(void);
|
||||
extern bool i915_gpu_raise(void);
|
||||
extern bool i915_gpu_lower(void);
|
||||
extern bool i915_gpu_busy(void);
|
||||
extern bool i915_gpu_turbo_disable(void);
|
||||
unsigned long i915_read_mch_val(void);
|
||||
bool i915_gpu_raise(void);
|
||||
bool i915_gpu_lower(void);
|
||||
bool i915_gpu_busy(void);
|
||||
bool i915_gpu_turbo_disable(void);
|
||||
|
||||
/* Exported from arch/x86/kernel/early-quirks.c */
|
||||
extern struct resource intel_graphics_stolen_res;
|
||||
|
Reference in New Issue
Block a user