From: Thierry Escande Date: Mon, 8 Apr 2013 10:26:07 +0000 (+0200) Subject: compat: backport a define for SOL_NFC X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d4b32b09e36c65455ad95b73b7ae168beb09f71e;p=openwrt%2Fstaging%2Fblogic.git compat: backport a define for SOL_NFC This backports: "NFC: llcp: Implement socket options" Signed-off-by: Thierry Escande Signed-off-by: Johannes Berg --- diff --git a/backport/include/linux/compat-3.10.h b/backport/include/linux/compat-3.10.h index bfd990364d9b..b4d8bc5affb6 100644 --- a/backport/include/linux/compat-3.10.h +++ b/backport/include/linux/compat-3.10.h @@ -116,6 +116,12 @@ static inline void __iomem *pci_platform_rom(struct pci_dev *pdev, size_t *size) return NULL; } +/* + * backport SOL_NFC -- see commit: + * NFC: llcp: Implement socket options + */ +#define SOL_NFC 280 + #else /* kernel is >= 3.10 */ /* * We'd delete this upstream ever got this, we use our