aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/csr/csr_framework_ext.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-07-20 13:07:13 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-07-20 13:07:13 -0700
commit980b5a2b0d90294a8b56cf999ecd1a5c31e5a173 (patch)
tree8fd2c81a2d0b9cc230e95c91a951a75de20f91f6 /drivers/staging/csr/csr_framework_ext.c
parentb6b5244e4f1ccf838cce8499732449f26c119b88 (diff)
staging: csr: remove csr_types.h
Only thing left in here is the TRUE/FALSE #defines, so move them to csr_macro.h and remove the file. Cc: Mikko Virkkilä <mikko.virkkila@bluegiga.com> Cc: Lauri Hintsala <Lauri.Hintsala@bluegiga.com> Cc: Riku Mettälä <riku.mettala@bluegiga.com> Cc: Veli-Pekka Peltola <veli-pekka.peltola@bluegiga.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/csr/csr_framework_ext.c')
-rw-r--r--drivers/staging/csr/csr_framework_ext.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/csr/csr_framework_ext.c b/drivers/staging/csr/csr_framework_ext.c
index 6b9ac928098..7a0d660007f 100644
--- a/drivers/staging/csr/csr_framework_ext.c
+++ b/drivers/staging/csr/csr_framework_ext.c
@@ -28,7 +28,6 @@
#include <linux/bitops.h>
-#include "csr_types.h"
#include "csr_framework_ext.h"
#include "csr_panic.h"