staging: unisys: refactor CRASH_OBJ_TYPE
authorBenjamin Romer <benjamin.romer@unisys.com>
Fri, 31 Oct 2014 13:57:22 +0000 (09:57 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 3 Nov 2014 23:59:01 +0000 (15:59 -0800)
commit2c683cde06c1d57a9ecbacc484540e259e7255fa
tree3f511265ff956b56b1dd23382be617de78046ddc
parent6fb23e18944adaec20bd38caf5703271875cede5
staging: unisys: refactor CRASH_OBJ_TYPE

Remove the typedef from the enumeration and replace references to it with
enum crash_obj_type. Fix CamelCase names:

CRASH_dev => CRASH_DEV
CRASH_bus => CRASH_BUS

Update all references to changed names.

Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorchipset/visorchipset.h
drivers/staging/unisys/visorchipset/visorchipset_main.c
This page took 0.026856 seconds and 5 git commands to generate.