From 93eb8f39d27074846b04d8b889fd1b02d7489e8d Mon Sep 17 00:00:00 2001 From: Sriram Dash Date: Tue, 5 Apr 2016 14:41:19 +0530 Subject: drivers:usb:common:fsl-dt-fixup: Move device-tree fixup framework to common file Move usb device-tree fixup framework from ehci-fsl.c to common place so that it can be used by other drivers as well (xhci-fsl.c). Signed-off-by: Ramneek Mehresh Signed-off-by: Sriram Dash Acked-by: Marek Vasut --- drivers/usb/common/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 drivers/usb/common/Makefile (limited to 'drivers/usb/common/Makefile') diff --git a/drivers/usb/common/Makefile b/drivers/usb/common/Makefile new file mode 100644 index 0000000000..a38ee4a433 --- /dev/null +++ b/drivers/usb/common/Makefile @@ -0,0 +1,6 @@ +# (C) Copyright 2016 Freescale Semiconductor, Inc. +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-$(CONFIG_USB_EHCI_FSL) += fsl-dt-fixup.o -- cgit v1.2.1