Make fops per driver instead of global, remove default flush, poll, read
authorJon Smirl <jonsmirl@yahoo.com>
Thu, 30 Sep 2004 18:13:33 +0000 (18:13 +0000)
committerJon Smirl <jonsmirl@yahoo.com>
Thu, 30 Sep 2004 18:13:33 +0000 (18:13 +0000)
commit3aef3841d0c8099a97a56a285f0a21d9147405bd
tree3f09642b0ca6016251386a51922d1d8975ad44bf
parent0bff0d9eb6317ccccafc79cac7b235b4cb4c9161
Make fops per driver instead of global, remove default flush, poll, read
    functions
19 files changed:
linux-core/drmP.h
linux-core/drm_drv.c
linux-core/drm_fops.c
linux-core/drm_stub.c
linux-core/drm_vm.c
linux-core/ffb_drv.c
linux-core/i810_dma.c
linux-core/i810_drv.c
linux-core/i830_dma.c
linux-core/i830_drv.c
linux-core/i915_drv.c
linux-core/mach64_drv.c
linux-core/mga_drv.c
linux-core/r128_drv.c
linux-core/radeon_drv.c
linux-core/savage_drv.c
linux-core/sis_drv.c
linux-core/tdfx_drv.c
shared-core/via_drv.c