commit | 57fbe42f3b804d9b97504bee224a1a5cdc3385dc | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Thu Feb 23 16:05:36 2017 -0800 |
committer | Christopher Ferris <cferris@google.com> | Fri Feb 24 10:50:19 2017 -0800 |
tree | c7d8578df103e84cc65a26872be8df282dd7a6e1 | |
parent | 8cd8df2d1f94b1a59efa19a4becdb7d8cf01ce38 [diff] |
Remove references to kernel macros. The macros __force, __bitwise, __user are related to a kernel tool called sparse to find kernel bugs. These macros are always defined as nothing in the current uapi kernel header files, so these don't need to be here. Change-Id: I37ab48123a85b3f9b8f67920e9d56cf518b32597 Test: Builds without warningers/errors.