mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
21 lines
548 B
Diff
21 lines
548 B
Diff
|
--- main.c~ 2005-07-07 00:00:00.000000000 +0200
|
||
|
+++ main.c 2006-10-17 14:56:59.000000000 +0200
|
||
|
@@ -22,7 +22,6 @@
|
||
|
|
||
|
#include <stdarg.h>
|
||
|
#include <asm/uaccess.h>
|
||
|
-#include <linux/config.h>
|
||
|
#include <linux/version.h>
|
||
|
#include <linux/kernel.h>
|
||
|
#include <linux/module.h>
|
||
|
--- driver.h~ 2005-07-07 00:00:00.000000000 +0200
|
||
|
+++ driver.h 2006-10-17 15:00:26.000000000 +0200
|
||
|
@@ -23,7 +23,6 @@
|
||
|
#ifndef __have_driver_h__
|
||
|
#define __have_driver_h__
|
||
|
|
||
|
-#include <linux/config.h>
|
||
|
#include <linux/skbuff.h>
|
||
|
#include <linux/capi.h>
|
||
|
#include <linux/list.h>
|