aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec/mux.c
diff options
context:
space:
mode:
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>2021-04-01 13:58:42 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-04-05 09:07:41 +0200
commit1e2ed7b222b83795152cbbb78d6465033b20b252 (patch)
treec0e170a8c40a562a957c2909331222b1f8d2bac1 /drivers/usb/typec/mux.c
parentMerge 5.12-rc6 into usb-next (diff)
downloadlinux-dev-1e2ed7b222b83795152cbbb78d6465033b20b252.tar.xz
linux-dev-1e2ed7b222b83795152cbbb78d6465033b20b252.zip
usb: typec: Organize the private headers properly
Adding a header file for each subsystem - the connector class, alt mode bus and the class for the muxes. Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Link: https://lore.kernel.org/r/20210401105847.13026-2-heikki.krogerus@linux.intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/typec/mux.c')
-rw-r--r--drivers/usb/typec/mux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/typec/mux.c b/drivers/usb/typec/mux.c
index cf720e944aaa..9da22ae3006c 100644
--- a/drivers/usb/typec/mux.c
+++ b/drivers/usb/typec/mux.c
@@ -13,9 +13,9 @@
#include <linux/mutex.h>
#include <linux/property.h>
#include <linux/slab.h>
-#include <linux/usb/typec_mux.h>
-#include "bus.h"
+#include "class.h"
+#include "mux.h"
static bool dev_name_ends_with(struct device *dev, const char *suffix)
{