Commit aa1116d2 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

[PATCH] ISDN divert_init.c build fix

drivers/isdn/divert/divert_init.c:25: error: conflicting types for 'printk'
Signed-off-by: default avatarAdrian Bunk <bunk@fs.tum.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent b6de4056
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
#include <linux/module.h> #include <linux/module.h>
#include <linux/version.h> #include <linux/version.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/kernel.h>
#include "isdn_divert.h" #include "isdn_divert.h"
...@@ -19,11 +20,6 @@ MODULE_DESCRIPTION("ISDN4Linux: Call diversion support"); ...@@ -19,11 +20,6 @@ MODULE_DESCRIPTION("ISDN4Linux: Call diversion support");
MODULE_AUTHOR("Werner Cornelius"); MODULE_AUTHOR("Werner Cornelius");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
/********************/
/* needed externals */
/********************/
extern int printk(const char *fmt,...);
/****************************************/ /****************************************/
/* structure containing interface to hl */ /* structure containing interface to hl */
/****************************************/ /****************************************/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment