Skip to content

Commit

Permalink
staging: comedi: adl_pci8164: remove unnecessary includes
Browse files Browse the repository at this point in the history
Remove all the unnecessary includes.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Mar 11, 2013
1 parent 83dcad4 commit d2607ad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/staging/comedi/drivers/adl_pci8164.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,8 @@ Configuration Options: not applicable, uses PCI auto config

#include <linux/kernel.h>
#include <linux/pci.h>
#include <linux/delay.h>

#include "../comedidev.h"
#include "comedi_fc.h"
#include "8253.h"

#define PCI8164_AXIS(x) ((x) * 0x08)
#define PCI8164_CMD_MSTS_REG 0x00
Expand Down

0 comments on commit d2607ad

Please sign in to comment.