From: Malcolm Priestley Date: Sun, 3 Nov 2013 17:40:51 +0000 (+0000) Subject: staging: vt6656: device.h Remove typedef enum __device_init_type. X-Git-Tag: v3.14-rc1~150^2~775^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=302433daf47aeb7d21d66e55fb84d6a8fffd4aed;p=pandora-kernel.git staging: vt6656: device.h Remove typedef enum __device_init_type. Since typedef enum __device_init_type is only ever called in one state. Remove the typedef from main_usb.c:device_init_registers and replace with macro values. The other values may be needed later. Apply cold value to sInitCmd.byInitClass. Remove if braces and correct formatting within. Signed-off-by: Malcolm Priestley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed