Eliminate unnecessary structures and defines.

This commit is contained in:
Ian Romanick 2007-07-16 21:11:22 -07:00
parent 658ff2daf3
commit 2b6ea46513

View file

@ -67,11 +67,6 @@ struct xgi_mem_alloc {
unsigned long bus_addr;
};
struct xgi_sarea_info {
unsigned long bus_addr;
unsigned int size;
};
enum xgi_batch_type {
BTYPE_2D = 0,
BTYPE_3D = 1,
@ -95,11 +90,6 @@ struct xgi_state_info {
unsigned int _toState;
};
struct xgi_mmio_info {
unsigned long mmio_base;
unsigned int size;
};
/*
* Ioctl definitions
@ -139,14 +129,4 @@ struct xgi_mmio_info {
#define XGI_IOCTL_MAXNR 30
/*
* flags
*/
#define XGI_FLAG_OPEN 0x0001
#define XGI_FLAG_NEEDS_POSTING 0x0002
#define XGI_FLAG_WAS_POSTED 0x0004
#define XGI_FLAG_CONTROL 0x0010
#define XGI_FLAG_MAP_REGS_EARLY 0x0200
#endif /* _XGI_DRM_H_ */