Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sysfs: Don't use enums in inline function declaration.
It appears gcc can't cope with using an enum that is only declared in an inline function declaration, that doesn't even use the variable that is so declared. Avoid the silliness and replace the enum with an int, and make gcc happy. Signed-off-by: Eric W. Biederman <[email protected]> Acked-by: Randy Dunlap <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information