android_kernel_motorola_sm6225/drivers/misc/mei
Tomas Winkler db3ed43185 mei: use type struct mei_cl *cl instead of void in struct mei_cb
We can use correct type 'struct mei_cl' instead of
'void *' for file_private in the struct mei_cb
as there is no other type assigned to this member of the structure

We rename the member from file_private to cl

Remove about 10 lines of declarations of temporary variables
used for type casting

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-11-15 15:34:18 -08:00
..
amthif.c mei: use type struct mei_cl *cl instead of void in struct mei_cb 2012-11-15 15:34:18 -08:00
hw.h mei: normalize timeouts definitions 2012-11-01 12:31:19 -07:00
init.c mei: use type struct mei_cl *cl instead of void in struct mei_cb 2012-11-15 15:34:18 -08:00
interface.c mei: introduce mei_data2slots wrapper 2012-07-10 14:58:35 -07:00
interface.h mei: wd: decouple and revamp watchdog state machine 2012-08-16 09:51:02 -07:00
interrupt.c mei: use type struct mei_cl *cl instead of void in struct mei_cb 2012-11-15 15:34:18 -08:00
iorw.c mei: use type struct mei_cl *cl instead of void in struct mei_cb 2012-11-15 15:34:18 -08:00
Kconfig char/misc: remove CONFIG_EXPERIMENTAL dependencies 2012-09-18 16:14:53 +01:00
main.c mei: use type struct mei_cl *cl instead of void in struct mei_cb 2012-11-15 15:34:18 -08:00
Makefile mei: extract AMTHI functions into the amthif.c file 2012-11-01 12:31:19 -07:00
mei_dev.h mei: use type struct mei_cl *cl instead of void in struct mei_cb 2012-11-15 15:34:18 -08:00
wd.c mei: use internal watchdog device registration tracking 2012-11-01 12:31:19 -07:00