Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=230d69cf2ba6505fccdb7216da9eedc924c00d19
Commit:     230d69cf2ba6505fccdb7216da9eedc924c00d19
Parent:     e919a1201c285f27764a5ee5ee06535a61c31d22
Author:     Jesper Nilsson <[EMAIL PROTECTED]>
AuthorDate: Mon Jan 28 18:06:11 2008 +0100
Committer:  Jesper Nilsson <[EMAIL PROTECTED]>
CommitDate: Fri Feb 8 11:06:38 2008 +0100

    CRIS v32: Add prototype for crisv32_pinmux_dealloc_fixed in 
asm-cris/arch-v32/pinmux.h
    
    Deallocation was not possible before, but is now.
---
 include/asm-cris/arch-v32/pinmux.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/asm-cris/arch-v32/pinmux.h 
b/include/asm-cris/arch-v32/pinmux.h
index a66dc99..bb09bce 100644
--- a/include/asm-cris/arch-v32/pinmux.h
+++ b/include/asm-cris/arch-v32/pinmux.h
@@ -34,6 +34,7 @@ int crisv32_pinmux_init(void);
 int crisv32_pinmux_alloc(int port, int first_pin, int last_pin, enum pin_mode);
 int crisv32_pinmux_alloc_fixed(enum fixed_function function);
 int crisv32_pinmux_dealloc(int port, int first_pin, int last_pin);
+int crisv32_pinmux_dealloc_fixed(enum fixed_function function);
 void crisv32_pinmux_dump(void);
 
 #endif
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to