diff options
Diffstat (limited to 'linux-core/savage_dma.c')
-rw-r--r-- | linux-core/savage_dma.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linux-core/savage_dma.c b/linux-core/savage_dma.c index 87f8bbba..34410116 100644 --- a/linux-core/savage_dma.c +++ b/linux-core/savage_dma.c @@ -35,4 +35,6 @@ #define SAVAGE_DEFAULT_USEC_TIMEOUT 10000 #define SAVAGE_FREELIST_DEBUG 0 - +void DRM(driver_register_fns)(drm_device_t *dev) +{ +} |