summaryrefslogtreecommitdiff
path: root/drivers/staging/tidspbridge/include/dspbridge
diff options
context:
space:
mode:
authorIvaylo Dimitrov <freemangordon@abv.bg>2013-12-10 22:03:12 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-12-17 21:09:09 (GMT)
commita3b22220a48bd14c9ba4ca8d051b0c92d5bc3866 (patch)
tree3b233a1e094819e3cab17122e8110654f33a229b /drivers/staging/tidspbridge/include/dspbridge
parent1fd4f55b5355e452235988136fc9a8ad3b1ca22d (diff)
downloadlinux-a3b22220a48bd14c9ba4ca8d051b0c92d5bc3866.tar.xz
Staging: TIDSPBRIDGE: Remove UUID helper
Custom uuid helper function is needed only in rmgr/dbdcd.c and doesn't need to be exported. It can also be made way simpler by using sscanf. Signed-off-by: Ivaylo Dimitrov <freemangordon@abv.bg> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/tidspbridge/include/dspbridge')
-rw-r--r--drivers/staging/tidspbridge/include/dspbridge/uuidutil.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/drivers/staging/tidspbridge/include/dspbridge/uuidutil.h b/drivers/staging/tidspbridge/include/dspbridge/uuidutil.h
index 414bf71..b4951a1 100644
--- a/drivers/staging/tidspbridge/include/dspbridge/uuidutil.h
+++ b/drivers/staging/tidspbridge/include/dspbridge/uuidutil.h
@@ -21,22 +21,4 @@
#define MAXUUIDLEN 37
-/*
- * ======== uuid_uuid_from_string ========
- * Purpose:
- * Converts an ANSI string to a dsp_uuid.
- * Parameters:
- * sz_uuid: Pointer to a string that represents a dsp_uuid object.
- * uuid_obj: Pointer to a dsp_uuid object.
- * Returns:
- * Requires:
- * uuid_obj & sz_uuid are non-NULL values.
- * Ensures:
- * Details:
- * We assume the string representation of a UUID has the following format:
- * "12345678_1234_1234_1234_123456789abc".
- */
-extern void uuid_uuid_from_string(char *sz_uuid,
- struct dsp_uuid *uuid_obj);
-
#endif /* UUIDUTIL_ */