mirror of
https://github.com/adulau/aha.git
synced 2024-12-31 21:26:18 +00:00
drm: cleanup via_ds.c includes
Remove the linux includes from via_ds.c Signed-off-by: Dave Airlie <airlied@linux.ie>
This commit is contained in:
parent
9d6160137a
commit
7052cff984
1 changed files with 1 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue