Skip to content

Commit

Permalink
drm: cleanup via_ds.c includes
Browse files Browse the repository at this point in the history
Remove the linux includes from via_ds.c

Signed-off-by: Dave Airlie <airlied@linux.ie>
  • Loading branch information
Dave Airlie authored and Dave Airlie committed Nov 11, 2005
1 parent 9d61601 commit 7052cff
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions drivers/char/drm/via_ds.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,7 @@
* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*/
#include <linux/module.h>
#include <linux/delay.h>
#include <linux/errno.h>
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/poll.h>
#include <linux/pci.h>
#include <asm/io.h>
#include "drmP.h"

#include "via_ds.h"
extern unsigned int VIA_DEBUG;
Expand Down

0 comments on commit 7052cff

Please sign in to comment.