diff options
author | Bryan O'Donoghue <pure.logic@nexus-software.ie> | 2018-04-30 15:56:10 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-05-15 21:44:05 -0400 |
commit | 31dd8efeb661c8dbffff9175a09cf2bab090906a (patch) | |
tree | fa7c2c616f5a14d50998159de1b8d775f4317a75 /config.mk | |
parent | 5ac73f6879327beef45bc58484f1f09c2f0cb37c (diff) |
usb: composite convert __set_bit to generic_set_bit
Compiling the f_mass_storage driver for an x86 target results in a
compilation error as set_bit and clear_bit are provided by bitops.h
To address that situation we discussed on the list moving to
genetic_set_bit() instead.
Doing a quick grep for similar situations in drivers/usb shows that the
composite device is using __set_bit().
This patch switches over to generic_set_bit to maintain consistency between
the two gadget drivers.
Signed-off-by: Bryan O'Donoghue <pure.logic@nexus-software.ie>
Cc: Lukasz Majewski <lukma@denx.de>
Cc: Marek Vasut <marex@denx.de>
Diffstat (limited to 'config.mk')
0 files changed, 0 insertions, 0 deletions