[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1216135490-21656-2-git-send-email-will.newton@imgtec.com>
Date: Tue, 15 Jul 2008 16:24:40 +0100
From: Will Newton <will.newton@...tec.com>
To: linux-kernel@...r.kernel.org
Cc: linux-usb@...r.kernel.org, leoli@...escale.com,
tanya.jiang@...escale.com, gregkh@...e.de,
Will Newton <will.newton@...il.com>
Subject: [PATCH 01/11] fsl_usb2_udc: Make dr_ep_setup function static.
From: Will Newton <will.newton@...il.com>
Make dr_ep_setup function static as it's never used outside this file.
Signed-off-by: Will Newton <will.newton@...il.com>
---
drivers/usb/gadget/fsl_usb2_udc.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/drivers/usb/gadget/fsl_usb2_udc.c b/drivers/usb/gadget/fsl_usb2_udc.c
index 1868754..b2a703e 100644
--- a/drivers/usb/gadget/fsl_usb2_udc.c
+++ b/drivers/usb/gadget/fsl_usb2_udc.c
@@ -315,7 +315,8 @@ static void dr_controller_stop(struct fsl_udc *udc)
return;
}
-void dr_ep_setup(unsigned char ep_num, unsigned char dir, unsigned char ep_type)
+static void dr_ep_setup(unsigned char ep_num, unsigned char dir,
+ unsigned char ep_type)
{
unsigned int tmp_epctrl = 0;
--
1.5.5.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists