Skip to content

Commit

Permalink
can: tcan4x5x: rename tcan4x5x.c -> tcan4x5x-core.c
Browse files Browse the repository at this point in the history
This is a preparation patch to move the regmap related code into a seperate
file. This patch removes the tcan4x5x.c to tcan4x5x-core.c.

Reviewed-by: Dan Murphy <dmurphy@ti.com>
Tested-by: Sean Nyekjaer <sean@geanix.com>
Link: https://lore.kernel.org/r/20201215231746.1132907-4-mkl@pengutronix.de
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
  • Loading branch information
Marc Kleine-Budde committed Jan 6, 2021
1 parent bcc3d8e commit 7813887
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/net/can/m_can/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ obj-$(CONFIG_CAN_M_CAN) += m_can.o
obj-$(CONFIG_CAN_M_CAN_PCI) += m_can_pci.o
obj-$(CONFIG_CAN_M_CAN_PLATFORM) += m_can_platform.o
obj-$(CONFIG_CAN_M_CAN_TCAN4X5X) += tcan4x5x.o

tcan4x5x-objs :=
tcan4x5x-objs += tcan4x5x-core.o
File renamed without changes.

0 comments on commit 7813887

Please sign in to comment.