Remove useless shmat(...) casts.

Created with coccinelle patch:

@@
type T;
expression E1, E2, E3;
@@
-(T*)
shmat(E1, E2, E3)

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
18 files changed