Commit a8c3d130 authored by Dave Airlie's avatar Dave Airlie

drmP.h:

  remove unused structure
parent d3184612
......@@ -364,13 +364,6 @@ do { \
typedef int drm_ioctl_t( struct inode *inode, struct file *filp,
unsigned int cmd, unsigned long arg );
typedef struct drm_pci_id_list
{
int vendor;
int device;
long driver_private;
} drm_pci_id_list_t;
typedef struct drm_ioctl_desc {
drm_ioctl_t *func;
int auth_needed;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment