diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-11-30 11:46:26 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-12-21 12:23:05 +0300 |
commit | 6d1e4927dedf5bf8998759961e3b28b967321cdd (patch) | |
tree | c451c210c670904a5d20c49165316fdb33d7d1bf /scripts/gdb/linux/utils.py | |
parent | 612d4904191ff9aca01b1e087d8687b3a223cb33 (diff) | |
download | linux-6d1e4927dedf5bf8998759961e3b28b967321cdd.tar.xz |
paride: fix up build warning on mips platforms
MIPS include files define "PC" so when building the paride driver the
following build warning shows up:
rivers/block/paride/bpck.c:32: warning: "PC" redefined
Fix this by undefining PC before redefining it as is done for other
defines in this driver.
Cc: Tim Waugh <tim@cyberelk.net>
Acked-by: Jens Axboe <axboe@kernel.dk>
Link: https://lore.kernel.org/r/20211130084626.3215987-1-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions