On Thu, Jun 22, 2017 at 3:14 AM, Arvind Yadav <arvind.yadav.cs@xxxxxxxxx> wrote: > File size before: > text data bss dec hex filename > 20792 1580 994 23366 5b46 drivers/acpi/nfit/core.o > > File size After adding 'const': > text data bss dec hex filename > 20968 1388 994 23350 5b36 drivers/acpi/nfit/core.o > > Signed-off-by: Arvind Yadav <arvind.yadav.cs@xxxxxxxxx> > --- > drivers/acpi/nfit/core.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Looks good to me, applied. -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html