Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 606df4e0 authored by Hannes Eder's avatar Hannes Eder Committed by Dave Airlie
Browse files

drm/i915: fix sparse warnings: move 'extern' decls to header file



Move 'extern'-decls from "intel_dvo.c" to "dvo.h", as "dvo.h" is
included by and only by files where the symbols are either defined or
used.

Signed-off-by: default avatarHannes Eder <hannes@hanneseder.net>
Signed-off-by: default avatarEric Anholt <eric@anholt.net>
Signed-off-by: default avatarDave Airlie <airlied@linux.ie>
parent b358d0a6
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -148,4 +148,10 @@ struct intel_dvo_dev_ops {
	void (*dump_regs)(struct intel_dvo_device *dvo);
};

extern struct intel_dvo_dev_ops sil164_ops;
extern struct intel_dvo_dev_ops ch7xxx_ops;
extern struct intel_dvo_dev_ops ivch_ops;
extern struct intel_dvo_dev_ops tfp410_ops;
extern struct intel_dvo_dev_ops ch7017_ops;

#endif /* _INTEL_DVO_H */
+0 −6
Original line number Diff line number Diff line
@@ -37,12 +37,6 @@
#define CH7xxx_ADDR	0x76
#define TFP410_ADDR	0x38

extern struct intel_dvo_dev_ops sil164_ops;
extern struct intel_dvo_dev_ops ch7xxx_ops;
extern struct intel_dvo_dev_ops ivch_ops;
extern struct intel_dvo_dev_ops tfp410_ops;
extern struct intel_dvo_dev_ops ch7017_ops;

static struct intel_dvo_device intel_dvo_devices[] = {
	{
		.type = INTEL_DVO_CHIP_TMDS,