On Wed, Mar 05, 2014 at 12:29:31PM -0700, Shaun Laing wrote: > To resolve a sparse "should it be static" warning, the declaration for the > pmcc4_OSSI_release version string was moved from its own file to linux.c, and > the resulting empty file was deleted. > > Signed-off-by: Shaun Laing <shaun@xxxxxxxxxxxx> > --- > drivers/staging/cxt1e1/Makefile | 1 - > drivers/staging/cxt1e1/linux.c | 3 ++- > drivers/staging/cxt1e1/ossiRelease.c | 29 ----------------------------- > 3 files changed, 2 insertions(+), 31 deletions(-) > delete mode 100644 drivers/staging/cxt1e1/ossiRelease.c Just remove the string entirely, it's not needed anymore now that the driver is in the kernel source tree. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html