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:
97f2aab
)
drm: remove is_pci flag completely...
author
Dave Airlie
<airlied@starflyer.(none)>
Tue, 3 Jan 2006 11:25:29 +0000
(22:25 +1100)
committer
Dave Airlie
<airlied@linux.ie>
Tue, 3 Jan 2006 11:25:29 +0000
(22:25 +1100)
this snuck back in, in the last merge.
Signed-off-by: Dave Airlie <airlied@linux.ie>
drivers/char/drm/radeon_drv.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/char/drm/radeon_drv.h
b/drivers/char/drm/radeon_drv.h
index fac0d5196ce380aec173a48cd015b8b6969ef446..498b19b1d641aeae0ac6ca52228c38f2925f10fa 100644
(file)
--- a/
drivers/char/drm/radeon_drv.h
+++ b/
drivers/char/drm/radeon_drv.h
@@
-273,7
+273,6
@@
typedef struct drm_radeon_private {
/* starting from here on, data is preserved accross an open */
uint32_t flags; /* see radeon_chip_flags */
- int is_pci;
} drm_radeon_private_t;
typedef struct drm_radeon_buf_priv {