Skip to content

Commit

Permalink
can: peak_canfd: remove useless defined symbols
Browse files Browse the repository at this point in the history
CANFD_IRQ_SET as well as CANFD_TX_PATH_SET are not used.

Signed-off-by: Stephane Grosjean <s.grosjean@peak-system.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
  • Loading branch information
Stephane Grosjean authored and Marc Kleine-Budde committed Jul 27, 2018
1 parent 0cccf0a commit f6c740f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/net/can/peak_canfd/peak_pciefd_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,6 @@ struct pciefd_page {
u32 size;
};

#define CANFD_IRQ_SET 0x00000001
#define CANFD_TX_PATH_SET 0x00000002

/* CAN-FD channel object */
struct pciefd_board;
struct pciefd_can {
Expand Down

0 comments on commit f6c740f

Please sign in to comment.