summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2013-11-24 20:01:59 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2013-11-30 21:12:33 +0100
commita82bfec3bf2e3de2433bc37dc4c5fa9884770f1e (patch)
treeaf49287907090e84547e99b74a7c900768f2da58
parentf2464323a3873f3cb5422dd6cca4d6dcdfa38f5d (diff)
backports: remove backport/backport-include/linux/vgaarb.h
Upstream commit: 44a6205a3afbbab76ec292a4b4edad16b1ac9d15 This file was never included. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--backport/backport-include/linux/vgaarb.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/backport/backport-include/linux/vgaarb.h b/backport/backport-include/linux/vgaarb.h
deleted file mode 100644
index 92f5a72f..00000000
--- a/backport/backport-include/linux/vgaarb.h
+++ /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 */