Re: [PATCH] misc: cxl: sysfs.c: Remove unused function

From: Michael Ellerman
Date: Sun Dec 21 2014 - 22:56:00 EST


On Sun, 2014-12-21 at 13:46 +0100, Rickard Strandqvist wrote:
> 2014-12-21 5:05 GMT+01:00 Michael Neuling <mikey@xxxxxxxxxxx>:
> >> Remove the function mmio_size_show() that is not used anywhere.
> >
> > Did you compile check this patch?
> >
> > drivers/misc/cxl/sysfs.c:291:74: error: âmmio_size_showâ undeclared here (not in a function)
> >
> > It's used here:
> > static struct device_attribute afu_attrs[] = {
> > __ATTR_RO(mmio_size),
>
> Hi
>
> Sorry about that.
>
> Strange because I compile everything as allyesconfig, allmodconfig and
> allnoconfig.

The allyes should have picked it up, so you must have done something wrong.

Please be more careful with these attribute routines, they are not visible with
grep.

cheers


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/