[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1347489929.9103.3.camel@offbook>
Date: Thu, 13 Sep 2012 00:45:29 +0200
From: Davidlohr Bueso <dave@....org>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Al Cho <acho@...ell.com>
Cc: lkml <linux-kernel@...r.kernel.org>, devel@...verdev.osuosl.org
Subject: [PATCH] staging: keucr: remove String func prototypes
Commit 1b9f644dfeb638e0146ce54f4e48c87a2841a603 already got rid of
StringCopy and StringCmp, so remove the left over prototypes.
Signed-off-by: Davidlohr Bueso <dave@....org>
---
drivers/staging/keucr/smcommon.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/keucr/smcommon.h b/drivers/staging/keucr/smcommon.h
index 278bdb8..4d57203 100644
--- a/drivers/staging/keucr/smcommon.h
+++ b/drivers/staging/keucr/smcommon.h
@@ -25,7 +25,5 @@ Define Difinetion
#define ERR_NoSmartMedia 0x003A /* Medium Not Present */
/***************************************************************************/
-void StringCopy(char *, char *, int);
-int StringCmp(char *, char *, int);
#endif
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists