Fix warnings about including deprecated <linux/config.h>
authorIan Abbott <abbotti@mev.co.uk>
Mon, 5 Sep 2011 12:29:20 +0000 (13:29 +0100)
committerIan Abbott <abbotti@mev.co.uk>
Mon, 5 Sep 2011 12:29:20 +0000 (13:29 +0100)
commitae705499aec99c52716a258cd7d5848b1408ffe1
treec01d160fbfc33944369ab2bad015082b48435efe
parent63cb02bd3cd217700d094c1f1c4611295e45b9c5
Fix warnings about including deprecated <linux/config.h>

Change Comedi's <linux/config.h> compatibility header so it only
includes the real <linux/config.h> for kernel versions below 2.6.15.
Previously it was included for kernel versions below 2.6.19 (when it was
removed from the kernel sources) but wasn't needed for 2.6.15 onwards.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
include/linux/config.h