backports: add VHCI_MINOR
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 22 Feb 2014 20:30:51 +0000 (21:30 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 23 Feb 2014 23:07:09 +0000 (00:07 +0100)
This is needed by drivers/bluetooth/hci_vhci.c

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
backport/backport-include/linux/miscdevice.h [new file with mode: 0644]

diff --git a/backport/backport-include/linux/miscdevice.h b/backport/backport-include/linux/miscdevice.h
new file mode 100644 (file)
index 0000000..9c27334
--- /dev/null
@@ -0,0 +1,9 @@
+#ifndef _BACKPORT_LINUX_MISCDEVICE_H
+#define _BACKPORT_LINUX_MISCDEVICE_H
+#include_next <linux/miscdevice.h>
+
+#ifndef VHCI_MINOR
+#define VHCI_MINOR             137
+#endif
+
+#endif /* _BACKPORT_LINUX_MISCDEVICE_H */