backports: remove backport/backport-include/linux/vgaarb.h
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 24 Nov 2013 19:01:59 +0000 (20:01 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 24 Nov 2013 21:17:46 +0000 (22:17 +0100)
This file was never included.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
backport/backport-include/linux/vgaarb.h [deleted file]

diff --git a/backport/backport-include/linux/vgaarb.h b/backport/backport-include/linux/vgaarb.h
deleted file mode 100644 (file)
index 92f5a72..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef __BACKPORT_LINUX_VGAARB_H
-#define __BACKPORT_LINUX_VGAARB_H
-#include <linux/version.h>
-#if LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0)
-struct pci_dev;
-#endif
-#include <video/vga.h>
-#include_next <linux/vgaarb.h>
-
-#endif /* __BACKPORT_LINUX_VGAARB_H */