From 8c21b783c3e38aa2c2d16e11ec01cf695f8e7f8a Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 15 Aug 2005 18:07:12 +0000 Subject: Port the VIA DRM to FreeBSD. Original patch by Jake, with some cleanup by me to match other drivers and avoid ifdeffing. The linux via_drv.c will be moved from shared-core to linux-core soon by repocopy. Submitted by: Jake Burkholder Tested by: unichrome --- shared-core/via_ds.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'shared-core/via_ds.c') diff --git a/shared-core/via_ds.c b/shared-core/via_ds.c index 5c71e089..9091fb5b 100644 --- a/shared-core/via_ds.c +++ b/shared-core/via_ds.c @@ -22,14 +22,8 @@ * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER * DEALINGS IN THE SOFTWARE. */ -#include -#include -#include -#include -#include -#include -#include -#include + +#include "drmP.h" #include "via_ds.h" extern unsigned int VIA_DEBUG; -- cgit v1.2.3