diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-01-29 11:50:17 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-01-29 11:50:17 +0000 |
commit | f31719fb7cd024889e1f7ce7ece4f576d18cd704 (patch) | |
tree | fe6f2e770e245d58a24ebc4e3bdb1fa8cb88ee5a /sys/dev/pci/drm/files.drm | |
parent | 9f03bbe3d64a70fba8bbf1c0be15296551939b4d (diff) |
Similar to my last commit, it's stupid to have a file with two very
small functions in it. Move them to main driver file.
Diffstat (limited to 'sys/dev/pci/drm/files.drm')
-rw-r--r-- | sys/dev/pci/drm/files.drm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/drm/files.drm b/sys/dev/pci/drm/files.drm index e4da9d91bf2..5b2267feb08 100644 --- a/sys/dev/pci/drm/files.drm +++ b/sys/dev/pci/drm/files.drm @@ -1,5 +1,5 @@ # $NetBSD: files.drm,v 1.2 2007/03/28 11:29:37 jmcneill Exp $ -# $OpenBSD: files.drm,v 1.9 2009/01/29 11:44:05 oga Exp $ +# $OpenBSD: files.drm,v 1.10 2009/01/29 11:50:16 oga Exp $ # direct rendering modules define drmbase {} @@ -11,7 +11,6 @@ file dev/pci/drm/drm_bufs.c drm file dev/pci/drm/drm_context.c drm file dev/pci/drm/drm_dma.c drm file dev/pci/drm/drm_drv.c drm needs-flag -file dev/pci/drm/drm_ioctl.c drm file dev/pci/drm/drm_irq.c drm file dev/pci/drm/drm_lock.c drm file dev/pci/drm/drm_memory.c drm |