]> git.baikalelectronics.ru Git - kernel.git/commit
acpi: bgrt: fix build error due to attribute change
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Aug 2013 15:34:39 +0000 (08:34 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Aug 2013 15:34:39 +0000 (08:34 -0700)
commitae94f04414cf79bfd74ab49c068a80adf3cc1b9b
tree8fac2ed2548c0a97bc1b9107ec83c14e23d3e9bb
parente0445f4d64edeb8740015eedca63935e3e2b844e
acpi: bgrt: fix build error due to attribute change

No need to call sysfs_bin_attr_init, as the attribute is not dynamically
created.  Also, we renamed the attribute, so this one isn't even valid
anymore.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Len Brown <lenb@kernel.org>
Cc: "Rafael J. Wysocki" <rjw@sisk.pl>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/acpi/bgrt.c