PATCH: 2.5.27 correct headers so miropcm-rds builds

Alan Cox (alan@lxorguk.ukuu.org.uk)
Sun, 21 Jul 2002 21:05:49 +0100 (BST)


diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.5.27/drivers/media/radio/miropcm20-rds-core.c linux-2.5.27-ac1/drivers/media/radio/miropcm20-rds-core.c
--- linux-2.5.27/drivers/media/radio/miropcm20-rds-core.c Sat Jul 20 20:12:19 2002
+++ linux-2.5.27-ac1/drivers/media/radio/miropcm20-rds-core.c Sun Jul 21 15:39:49 2002
@@ -15,8 +15,9 @@

#define _NO_VERSION_

-/* #include <linux/kernel.h> */
#include <linux/module.h>
+#include <linux/errno.h>
+#include <linux/string.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <asm/semaphore.h>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/