Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3df7c57 authored by Stephane Grosjean's avatar Stephane Grosjean Committed by Marc Kleine-Budde
Browse files

can: peak: move header file to new can common subdir



The CAN-FD IP from PEAK-System runs into several kinds of PC CAN-FD
interfaces. Up to now, only the USB CAN-FD adapters were supported by
the Kernel. In order to prepare the adding of some new non-USB CAN-FD
interfaces, this patch moves - and rename - the IP definitions file
from its private (usb) sub-directory into a - newly created - CAN specific
one.

Signed-off-by: default avatarStephane Grosjean <s.grosjean@peak-system.com>
Signed-off-by: default avatarMarc Kleine-Budde <mkl@pengutronix.de>
parent 113ab88b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -19,10 +19,10 @@
#include <linux/can.h>
#include <linux/can.h>
#include <linux/can/dev.h>
#include <linux/can/dev.h>
#include <linux/can/error.h>
#include <linux/can/error.h>
#include <linux/can/dev/peak_canfd.h>


#include "pcan_usb_core.h"
#include "pcan_usb_core.h"
#include "pcan_usb_pro.h"
#include "pcan_usb_pro.h"
#include "pcan_ucan.h"


MODULE_SUPPORTED_DEVICE("PEAK-System PCAN-USB FD adapter");
MODULE_SUPPORTED_DEVICE("PEAK-System PCAN-USB FD adapter");
MODULE_SUPPORTED_DEVICE("PEAK-System PCAN-USB Pro FD adapter");
MODULE_SUPPORTED_DEVICE("PEAK-System PCAN-USB Pro FD adapter");