Skip to content

Commit

Permalink
Revert "staging: rtl8723bs: Mark ACPI table declaration as used"
Browse files Browse the repository at this point in the history
This reverts commit e6d0937.

Turns out it is not needed at all, a fix for clang was made and accepted
upstream in that project that makes this change unnecessary.  So revert
it.

Reported-by: Nick Desaulniers <ndesaulniers@google.com>
Cc: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Greg Kroah-Hartman committed Jan 11, 2019
1 parent 7775665 commit 06382de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/rtl8723bs/os_dep/sdio_intf.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ static const struct sdio_device_id sdio_ids[] =
{ SDIO_DEVICE(0x024c, 0xb723), },
{ /* end: all zeroes */ },
};
static const struct acpi_device_id acpi_ids[] __used = {
static const struct acpi_device_id acpi_ids[] = {
{"OBDA8723", 0x0000},
{}
};
Expand Down

0 comments on commit 06382de

Please sign in to comment.