Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=53d885539293e98f5b979c20518858fc8f933749
Commit:     53d885539293e98f5b979c20518858fc8f933749
Parent:     d0bf37932ac98cc793da2164ac1a4656fbf34bbc
Author:     Ilpo Järvinen <[EMAIL PROTECTED]>
AuthorDate: Mon Jan 7 18:00:17 2008 +0200
Committer:  David Woodhouse <[EMAIL PROTECTED]>
CommitDate: Sun Feb 3 17:55:41 2008 +1100

    [MTD] JEDEC probe: kill some inline bloat
    
    $ codiff $OBJ.old $OBJ
    drivers/mtd/chips/jedec_probe.c:
      cfi_jedec_setup  | -320
      jedec_probe_chip | -7073
     2 functions changed, 7393 bytes removed, diff: -7393
    
    drivers/mtd/chips/jedec_probe.c:
      jedec_reset | +1151
     1 function changed, 1151 bytes added, diff: +1151
    
    drivers/mtd/chips/jedec_probe.o:
     3 functions changed, 1151 bytes added, 7393 bytes removed, diff: -6242
    
    Signed-off-by: Ilpo Järvinen <[EMAIL PROTECTED]>
    Signed-off-by: David Woodhouse <[EMAIL PROTECTED]>
---
 drivers/mtd/chips/jedec_probe.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/drivers/mtd/chips/jedec_probe.c b/drivers/mtd/chips/jedec_probe.c
index 6405938..4204bb2 100644
--- a/drivers/mtd/chips/jedec_probe.c
+++ b/drivers/mtd/chips/jedec_probe.c
@@ -1676,8 +1676,7 @@ static inline u32 jedec_read_id(struct map_info *map, 
uint32_t base,
        return result.x[0] & mask;
 }
 
-static inline void jedec_reset(u32 base, struct map_info *map,
-       struct cfi_private *cfi)
+static void jedec_reset(u32 base, struct map_info *map, struct cfi_private 
*cfi)
 {
        /* Reset */
 
-
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