All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adam Ford <aford173@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/4] ARM: davinci: Remove unused functions from header
Date: Sun, 28 Apr 2019 16:45:26 -0500	[thread overview]
Message-ID: <20190428214528.935-3-aford173@gmail.com> (raw)
In-Reply-To: <20190428214528.935-1-aford173@gmail.com>

There are a few functions defined in the header file, but they are
not referenced by any Davinci code.  In order to make a general
function in the future with static function declarations, this
patch will remove the references all together.

Signed-off-by: Adam Ford <aford173@gmail.com>

diff --git a/arch/arm/mach-davinci/include/mach/da8xx-usb.h b/arch/arm/mach-davinci/include/mach/da8xx-usb.h
index 42e1258225..215706e172 100644
--- a/arch/arm/mach-davinci/include/mach/da8xx-usb.h
+++ b/arch/arm/mach-davinci/include/mach/da8xx-usb.h
@@ -86,7 +86,4 @@ struct da8xx_usb_regs {
 
 #define DA8XX_USB_VBUS_GPIO	(1 << 15)
 
-int usb_phy_on(void);
-void usb_phy_off(void);
-
 #endif	/* __DA8XX_MUSB_H__ */
-- 
2.17.1

  parent reply	other threads:[~2019-04-28 21:45 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-28 21:45 [U-Boot] (no subject) Adam Ford
2019-04-28 21:45 ` [U-Boot] [PATCH 1/4] usb: ohci: Re-enable commented out delay Adam Ford
2019-04-29  8:25   ` Marek Vasut
2019-04-28 21:45 ` Adam Ford [this message]
2019-04-29  8:25   ` [U-Boot] [PATCH 2/4] ARM: davinci: Remove unused functions from header Marek Vasut
2019-04-28 21:45 ` [U-Boot] [PATCH 3/4] usb: ohci: ohci-da8xx: Enable da850-ohci driver with DM support Adam Ford
2019-04-29  8:24   ` Marek Vasut
2019-04-30  9:24     ` Adam Ford
2019-04-30  9:32       ` Marek Vasut
2019-04-28 21:45 ` [U-Boot] [PATCH 4/4] ARM: da850evm: Enable da850-ohci USB host controller Adam Ford

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190428214528.935-3-aford173@gmail.com \
    --to=aford173@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.