Skip to content

Commit

Permalink
ARM: S5P: Remove unused s3c_pm_check_resume_pin
Browse files Browse the repository at this point in the history
The s3c_pm_check_resume_pin() is not being used and can be safely
removed to fix the build warning.

Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Abhilash Kesavan authored and Kukjin Kim committed Apr 14, 2011
1 parent a6360dd commit dc5b966
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions arch/arm/plat-s5p/pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,6 @@

#define PFX "s5p pm: "

/* s3c_pm_check_resume_pin
*
* check to see if the pin is configured correctly for sleep mode, and
* make any necessary adjustments if it is not
*/

static void s3c_pm_check_resume_pin(unsigned int pin, unsigned int irqoffs)
{
/* nothing here yet */
}

/* s3c_pm_configure_extint
*
* configure all external interrupt pins
Expand Down

0 comments on commit dc5b966

Please sign in to comment.