projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
272b98c
)
spi: spi-s3c24xx: Staticize s3c24xx_spi_tryfiq
author
Sachin Kamat
<sachin.kamat@linaro.org>
Tue, 10 Sep 2013 05:50:13 +0000
(11:20 +0530)
committer
Mark Brown
<broonie@linaro.org>
Mon, 16 Sep 2013 23:23:41 +0000
(
00:23
+0100)
's3c24xx_spi_tryfiq' is used only in this file. Make it static.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi-s3c24xx.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/spi/spi-s3c24xx.c
b/drivers/spi/spi-s3c24xx.c
index ce318d95a6ee8cb619d80f4a74ede5c377b024f4..d39589dba5c185255052d30e2d6e27a8466d20f3 100644
(file)
--- a/
drivers/spi/spi-s3c24xx.c
+++ b/
drivers/spi/spi-s3c24xx.c
@@
-280,7
+280,7
@@
static inline u32 ack_bit(unsigned int irq)
* so the caller does not need to do anything more than start the transfer
* as normal, since the IRQ will have been re-routed to the FIQ handler.
*/
-void s3c24xx_spi_tryfiq(struct s3c24xx_spi *hw)
+
static
void s3c24xx_spi_tryfiq(struct s3c24xx_spi *hw)
{
struct pt_regs regs;
enum spi_fiq_mode mode;