From: Hauke Mehrtens Date: Sat, 22 Feb 2014 20:30:51 +0000 (+0100) Subject: backports: add VHCI_MINOR X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=fb8f75a260ec3ddd755b9fab99d1890b34f30bdd;p=openwrt%2Fstaging%2Fblogic.git backports: add VHCI_MINOR This is needed by drivers/bluetooth/hci_vhci.c Signed-off-by: Hauke Mehrtens --- diff --git a/backport/backport-include/linux/miscdevice.h b/backport/backport-include/linux/miscdevice.h new file mode 100644 index 000000000000..9c2733465386 --- /dev/null +++ b/backport/backport-include/linux/miscdevice.h @@ -0,0 +1,9 @@ +#ifndef _BACKPORT_LINUX_MISCDEVICE_H +#define _BACKPORT_LINUX_MISCDEVICE_H +#include_next + +#ifndef VHCI_MINOR +#define VHCI_MINOR 137 +#endif + +#endif /* _BACKPORT_LINUX_MISCDEVICE_H */