diff options
Diffstat (limited to 'linux/r128_drv.h')
-rw-r--r-- | linux/r128_drv.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linux/r128_drv.h b/linux/r128_drv.h index 81390bb8..5b15dddf 100644 --- a/linux/r128_drv.h +++ b/linux/r128_drv.h @@ -69,8 +69,6 @@ typedef struct drm_r128_buf_priv { } drm_r128_buf_priv_t; /* r128_drv.c */ -extern int r128_init(void); -extern void r128_cleanup(void); extern int r128_version(struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg); extern int r128_open(struct inode *inode, struct file *filp); |