summaryrefslogtreecommitdiff
path: root/drivers/staging/keucr/transport.h
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2011-05-09 17:46:24 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2011-05-10 18:19:52 (GMT)
commitd8aba9d5d6c0d9809798967b9aac293690233b6d (patch)
tree63af373225d7e5714839f1927951e84a016deb5b /drivers/staging/keucr/transport.h
parente5813f8449f7c6ef71346b21e30b92c84133fd0f (diff)
downloadlinux-fsl-qoriq-d8aba9d5d6c0d9809798967b9aac293690233b6d.tar.xz
staging/keucr: fix sparse statics and non-ANSI function warnings
Make lots of functions and data static (fixes sparse warnings). Fix 5 functions to use ANSI format for function parameters (fixes sparse warnings). Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/keucr/transport.h')
-rw-r--r--drivers/staging/keucr/transport.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/keucr/transport.h b/drivers/staging/keucr/transport.h
index 565d98c..ddfec53 100644
--- a/drivers/staging/keucr/transport.h
+++ b/drivers/staging/keucr/transport.h
@@ -135,7 +135,4 @@ extern int MS_CountFreeBlock(struct us_data *us, WORD PhyBlock);
extern int MS_LibSearchBlockFromLogical(struct us_data *us, WORD logblk);
extern int MS_LibSearchBlockFromPhysical(struct us_data *us, WORD phyblk);
-// ENE SM function
-extern int SM_FreeMem(void);
-
#endif