commit | 606df4e024bc8e921dd516cdb7160250658d9b7a | [log] [tgz] |
---|---|---|
author | Hannes Eder <hannes@hanneseder.net> | Thu Dec 18 21:22:24 2008 +0100 |
committer | Dave Airlie <airlied@linux.ie> | Mon Dec 29 17:47:26 2008 +1000 |
tree | 88fc9ac1250759bb16ac3b25131cb80b0f44d130 | |
parent | b358d0a6252d8ed16afb20caaec35b24c76074bb [diff] |
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: Hannes Eder <hannes@hanneseder.net> Signed-off-by: Eric Anholt <eric@anholt.net> Signed-off-by: Dave Airlie <airlied@linux.ie>