diff options
author | Nicholas Krause <xerofoify@gmail.com> | 2014-07-02 21:31:19 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-07-08 01:15:36 -0700 |
commit | e6f990a883b64c803cac15fa1bac0c8279f52288 (patch) | |
tree | 25092d168b793e832361adb25e72990a884d4ba4 /arch/arm/mach-omap1 | |
parent | 07b9b3d9e429728c89586a54a2ed715b2a7b0edf (diff) |
omap16xx: Removes fixme no longer needed in ocpi_enable()
This removes the FIXME message above ocpi_enable being declared
for proper locking in this function. As of the current kernel
verisons there is no need for locking as only one driver uses
this function currently and therefore there is no need for real
locking requirements.
Signed-off-by: Nicholas Krause <xerofoify@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1')
-rw-r--r-- | arch/arm/mach-omap1/ocpi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/ocpi.c b/arch/arm/mach-omap1/ocpi.c index 238170cab5b7..44a3d19eb481 100644 --- a/arch/arm/mach-omap1/ocpi.c +++ b/arch/arm/mach-omap1/ocpi.c @@ -55,7 +55,6 @@ static struct clk *ocpi_ck; /* * Enables device access to OMAP buses via the OCPI bridge - * FIXME: Add locking */ int ocpi_enable(void) { |