This backports: "NFC: llcp: Implement socket options" Signed-off-by: Thierry Escande <thierry.escande@xxxxxxxxxxxxxxx> --- backport/include/linux/compat-3.10.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/backport/include/linux/compat-3.10.h b/backport/include/linux/compat-3.10.h index bfd9903..b4d8bc5 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 -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html