mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 00:34:20 +08:00
drm: remove is_pci flag completely...
this snuck back in, in the last merge. Signed-off-by: Dave Airlie <airlied@linux.ie>
This commit is contained in:
parent
97f2aab669
commit
4e4c62bd45
@ -273,7 +273,6 @@ typedef struct drm_radeon_private {
|
|||||||
|
|
||||||
/* starting from here on, data is preserved accross an open */
|
/* starting from here on, data is preserved accross an open */
|
||||||
uint32_t flags; /* see radeon_chip_flags */
|
uint32_t flags; /* see radeon_chip_flags */
|
||||||
int is_pci;
|
|
||||||
} drm_radeon_private_t;
|
} drm_radeon_private_t;
|
||||||
|
|
||||||
typedef struct drm_radeon_buf_priv {
|
typedef struct drm_radeon_buf_priv {
|
||||||
|
Loading…
Reference in New Issue
Block a user