commit | 0e727613ac6e1648d681a75d794862225c801d4b | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jul 15 12:46:44 2009 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Sep 15 12:01:47 2009 -0700 |
tree | eae5231be9b64b8a08c2823aec5ab0760c64e131 | |
parent | 1f765540f49141e5418c3101df0f7580e7b10aa7 [diff] |
Staging: hv: remove TRUE, FALSE, and NULL usage Don't define things that are either already provided (like NULL), or you shouldn't use (like TRUE and FALSE). Cc: Hank Janssen <hjanssen@microsoft.com> Cc: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>