Skip to content

Commit

Permalink
omap16xx: Removes fixme no longer needed in ocpi_enable()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nicholas Krause authored and Tony Lindgren committed Jul 8, 2014
1 parent 07b9b3d commit e6f990a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/mach-omap1/ocpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit e6f990a

Please sign in to comment.