Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc5f4523 authored by Dave Airlie's avatar Dave Airlie Committed by Dave Airlie
Browse files

drm: run cleanfile across drm tree



Signed-off-by: default avatarDave Airlie <airlied@linux.ie>
parent 8562b3f2
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -105,4 +105,3 @@ config DRM_SAVAGE
	help
	  Choose this option if you have a Savage3D/4/SuperSavage/Pro/Twister
	  chipset. If M is selected the module will be called savage.
+0 −2
Original line number Diff line number Diff line
@@ -38,5 +38,3 @@ obj-$(CONFIG_DRM_I915) += i915.o
obj-$(CONFIG_DRM_SIS)   += sis.o
obj-$(CONFIG_DRM_SAVAGE)+= savage.o
obj-$(CONFIG_DRM_VIA)	+=via.o

+0 −1
Original line number Diff line number Diff line
@@ -41,4 +41,3 @@ For specific information about kernel-level support, see:

    A Security Analysis of the Direct Rendering Infrastructure
    http://dri.sourceforge.net/doc/security_low_level.html
+3 −5
Original line number Diff line number Diff line
@@ -1592,5 +1592,3 @@ int drm_order(unsigned long size)
	return order;
}
EXPORT_SYMBOL(drm_order);

+2 −3
Original line number Diff line number Diff line
@@ -200,4 +200,3 @@ void drm_ht_remove(struct drm_open_hash *ht)
		ht->table = NULL;
	}
}
Loading