staging: comedi: addi_apci_1564: driver no longer needs to include addi_common.h
authorChase Southwood <chase.southwood@gmail.com>
Sat, 12 Jul 2014 22:42:36 +0000 (17:42 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Jul 2014 20:19:34 +0000 (13:19 -0700)
commit99acc5ae9b9e544adb0921c16640293010360566
tree9378fc4c4057412838267b5c87652e0aa87d4c64
parenta2c14e9712252fb6fd365b6cde3df4eaa1950ef6
staging: comedi: addi_apci_1564: driver no longer needs to include addi_common.h

This driver no longer depends on anything in addi_common.h, save for a
few headers that it was including indirectly.  Remove the include of
addi_common.h and add the includes of <linux/interrupt.h>
and <linux/sched.h> directly.

Signed-off-by: Chase Southwood <chase.southwood@gmail.com>
Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/addi_apci_1564.c
This page took 0.025879 seconds and 5 git commands to generate.