]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8723bs: Add missing include <linux/of.h> to fix compile error
authorHans de Goede <hdegoede@redhat.com>
Mon, 10 Apr 2017 19:13:07 +0000 (21:13 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 11 Apr 2017 05:17:26 +0000 (07:17 +0200)
commit8c959153f869576160d71560b9adfab11db91c1c
treed58d5bce7e2067cbde7f87ffcc7f8366817fee3c
parente37f0c8b52f5500a9bcbb4b70ca4366c22b7e59a
staging: rtl8723bs: Add missing include <linux/of.h> to fix compile error

As reported by Stephen Rothwell when merging staging-next,
drivers/staging/rtl8723bs/core/rtw_ieee80211.c does not compile due
to of_get_property not being declared.

Explicitly include <linux/of.h> to fix this compile error.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_ieee80211.c