git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b358d0a
)
drm/i915: fix sparse warnings: move 'extern' decls to header file
author
Hannes Eder
<hannes@hanneseder.net>
Thu, 18 Dec 2008 20:22:24 +0000
(21:22 +0100)
committer
Dave Airlie
<airlied@linux.ie>
Mon, 29 Dec 2008 07:47:26 +0000
(17:47 +1000)
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>
No differences found