remove duplicate prototype for mach64_do_wait_for_idle (oops)

This commit is contained in:
Leif Delgass 2002-04-26 22:03:29 +00:00
parent 40a9e22bf9
commit edac61a944

View file

@ -92,7 +92,6 @@ extern drm_buf_t *mach64_freelist_get( drm_device_t *dev );
extern int mach64_do_wait_for_fifo( drm_mach64_private_t *dev_priv,
int entries );
extern int mach64_do_wait_for_idle( drm_mach64_private_t *dev_priv );
extern int mach64_do_wait_for_idle( drm_mach64_private_t *dev_priv );
extern void mach64_dump_engine_info( drm_mach64_private_t *dev_priv );
extern int mach64_do_engine_reset( drm_device_t *dev );
extern int mach64_do_cleanup_dma( drm_device_t *dev );