commit | 90addb0218d47a886c846a22d75979fe5bf3471b | [log] [tgz] |
---|---|---|
author | Benjamin Romer <[email protected]> | Tue May 06 09:58:23 2014 -0400 |
committer | Greg Kroah-Hartman <[email protected]> | Sun May 18 09:45:15 2014 -0700 |
tree | 274120a820358bbaf555b10d9ccd7cbe153813a2 | |
parent | 37b7e990ff0ac58f8b09b5e8beee7777edbff739 [diff] |
staging: unisys: Replace GUID with uuid_le This patch replaces the GUID type with uuid_le. It removes the header file guidutils.h, updates all uses of the GUID type to uuid_le, and replaces all function calls that used the GUID type with their uuid_le equivalents. Signed-off-by: Benjamin Romer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>