commit | c4028958b6ecad064b1a6303a6a5906d4fe48d73 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Wed Nov 22 14:57:56 2006 +0000 |
committer | David Howells <dhowells@redhat.com> | Wed Nov 22 14:57:56 2006 +0000 |
tree | 1c4c89652c62a75da09f9b9442012007e4ac6250 | |
parent | 65f27f38446e1976cc98fd3004b110fedcddd189 [diff] [blame] |
WorkStruct: make allyesconfig Fix up for make allyesconfig. Signed-Off-By: David Howells <dhowells@redhat.com>
diff --git a/drivers/isdn/pcbit/pcbit.h b/drivers/isdn/pcbit/pcbit.h index 388bace..19c18e8 100644 --- a/drivers/isdn/pcbit/pcbit.h +++ b/drivers/isdn/pcbit/pcbit.h
@@ -166,4 +166,6 @@ #define L2_RUNNING 5 #define L2_ERROR 6 +extern void pcbit_deliver(struct work_struct *work); + #endif