History log of /drivers/isdn/gigaset/dummyll.c
Revision Date Author Comments
81fa7b82570ec4337d328e6aee45689455508821 25-Apr-2012 Tilman Schmidt <tilman@imap.cc> isdn/gigaset: unify function return values

Various functions in the Gigaset driver were using different
conventions for the meaning of their int return values.
Align them to the usual negative error numbers convention.

Inspired-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Signed-off-by: David S. Miller <davem@davemloft.net>
5d76fc219ce38a226314436563f6b9d405bb6db1 10-Jul-2011 Paul Gortmaker <paul.gortmaker@windriver.com> drivers/isdn: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.

In preparation of the module.h usage cleanup, call out the header
that we need to get EXPORT_SYMBOL variants and THIS_MODULE into scope.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
22001a13d09d82772e831dcdac0553994a4bac5d 17-Mar-2010 Tilman Schmidt <tilman@imap.cc> gigaset: fix build failure

Update the dummy LL interface to the LL interface change
introduced by commit daab433c03c15fd642c71c94eb51bdd3f32602c8.
This fixes the build failure occurring after that commit when
enabling ISDN_DRV_GIGASET but neither ISDN_I4L nor ISDN_CAPI.

Impact: bugfix
Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Signed-off-by: David S. Miller <davem@davemloft.net>
aaba2b3f8213e1d66e71c351fa7a2b1cbd974d3c 06-Oct-2009 Tilman Schmidt <tilman@imap.cc> gigaset: allow building without I4L

Add a dummy LL interface to the Gigaset driver so that it can be
built and, in a limited way, used without the ISDN4Linux subsystem.

Impact: new configuration alternative
Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Signed-off-by: David S. Miller <davem@davemloft.net>