summaryrefslogtreecommitdiff
path: root/drivers/dahdi/pciradio.c
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2011-01-03 14:55:15 +0000
committerShaun Ruffell <sruffell@digium.com>2011-01-03 14:55:15 +0000
commit2a7cd313bc0dbdcc9afdb99d0558f4c4e0a92c2c (patch)
tree0ddac500caaf94417d61e674d36ac50dc573008c /drivers/dahdi/pciradio.c
parent1fe5b86c666a71be6d73307c67ae33a360ae2b30 (diff)
Trivial removal of duplicate #includes
Mostly linux/errno.h was included more than once. Signed-off-by: Shaun Ruffell <sruffell@digium.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9557 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/pciradio.c')
-rw-r--r--drivers/dahdi/pciradio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dahdi/pciradio.c b/drivers/dahdi/pciradio.c
index bbdd4cc..47ad1a2 100644
--- a/drivers/dahdi/pciradio.c
+++ b/drivers/dahdi/pciradio.c
@@ -47,7 +47,6 @@ With driver: 303826 (1.5 %)
#include <linux/errno.h>
#include <linux/module.h>
#include <linux/init.h>
-#include <linux/errno.h>
#include <linux/pci.h>
#include <linux/interrupt.h>
#include <linux/moduleparam.h>