summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEd Nash <enash54@gmail.com>2013-07-28 09:47:05 -0400
committerEd Nash <enash54@gmail.com>2013-07-28 09:47:05 -0400
commit28dd51850b753fea8a61848d0eae1f97459e3d5b (patch)
treedbe8c4b723e762d5745aead6a90798efa21a1549 /include
parent625af91c5ecb9254375d471a0b4589d5264c7465 (diff)
fix debugfs worng directory for gate.
cleanup debug comment / code in i2c-imx
Diffstat (limited to 'include')
-rw-r--r--include/linux/mvf_sema4.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/mvf_sema4.h b/include/linux/mvf_sema4.h
index 7a93551e4905..3f6e4f5d97bb 100644
--- a/include/linux/mvf_sema4.h
+++ b/include/linux/mvf_sema4.h
@@ -14,8 +14,8 @@ typedef struct mvf_sema4_handle_struct {
int use_interrupts;
wait_queue_head_t wait_queue;
// stats
- unsigned long attempts;
- unsigned long interrupts;
+ u32 attempts;
+ u32 interrupts;
struct dentry *debugfs_file;
} MVF_SEMA4;