[HEADERS] Put linux/config.h out of its misery.

Signed-off-by: Dave Jones <davej@redhat.com>
This commit is contained in:
Dave Jones 2006-10-09 19:13:51 -04:00
parent 81e859ac1e
commit b0ac3f50b8
5 changed files with 0 additions and 15 deletions

View file

@ -1,9 +0,0 @@
#ifndef _LINUX_CONFIG_H
#define _LINUX_CONFIG_H
/* This file is no longer in use and kept only for backward compatibility.
* autoconf.h is now included via -imacros on the commandline
*/
#warning Including config.h is deprecated.
#include <linux/autoconf.h>
#endif