projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e4c62b
)
drm: fix warning on alpha
author
Dave Airlie
<airlied@starflyer.(none)>
Tue, 10 Jan 2006 08:53:54 +0000
(19:53 +1100)
committer
Dave Airlie
<airlied@linux.ie>
Tue, 10 Jan 2006 08:53:54 +0000
(19:53 +1100)
From: Andrew Morton <akpm@osdl.org>
On alpha:
drivers/char/drm/via_dmablit.h:44: error: field `direction' has incomplete type
Cc: Dave Airlie <airlied@linux.ie>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Dave Airlie <airlied@linux.ie>
drivers/char/drm/via_dmablit.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/char/drm/via_dmablit.h
b/drivers/char/drm/via_dmablit.h
index 6486391746b13947af05f4cc3867c784c67ec5d5..f4036cd5d0e00ea4e035662cf027545eab427de6 100644
(file)
--- a/
drivers/char/drm/via_dmablit.h
+++ b/
drivers/char/drm/via_dmablit.h
@@
-30,6
+30,8
@@
#ifndef _VIA_DMABLIT_H
#define _VIA_DMABLIT_H
+#include <linux/dma-mapping.h>
+
#define VIA_NUM_BLIT_ENGINES 2
#define VIA_NUM_BLIT_SLOTS 8