From 2e4701ae2cfe5dc45a320a647b498fd9f2527b35 Mon Sep 17 00:00:00 2001 From: Benjamin Romer Date: Sat, 2 Aug 2014 22:03:41 -0400 Subject: [PATCH] staging: unisys: remove OFFSETOF from commontypes The only place OFFSETOF was being used was in iochannel.h. Remove the macro from commontypes.h and replace all uses of it in iochannel.h with offsetof() instead. Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed