ieee1394: drop csr1212's support for external compilation

csr1212 was written to be compiled either as part of the ieee1394 kernel
driver or of an anticipated IEEE 1212 userspace library.  We now drop
support for the latter.  The costs in terms of code footprint and depth
of abstraction are not countered by any actual benefit.

Also remove some obsolete #includes.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
This commit is contained in:
Stefan Richter
2007-03-11 22:49:05 +01:00
parent 6c88e47566
commit 7fb9addba8
4 changed files with 83 additions and 167 deletions

View File

@ -10,6 +10,7 @@
*/
#include <linux/bitops.h>
#include <linux/hardirq.h>
#include <linux/spinlock.h>
#include <linux/wait.h>