1. 30 Sep, 2004 1 commit
    • Nicolas Pitre's avatar
      [ARM PATCH] 2097/2: more gcc-3.4.1 warning fixes · cecd9b3f
      Nicolas Pitre authored
      Patch from Nicolas Pitre
      
      At least gcc-3.4.1 complains about puts() declaration conflicting
      with its own idea of it.  Our puts() declaration and implementation
      isn't standard anyway, so let's rename it to putstr() like on x86.
      
      Signed-off-by: Nicolas Pitre 
      cecd9b3f
  2. 27 Sep, 2004 8 commits
  3. 26 Sep, 2004 2 commits
  4. 25 Sep, 2004 8 commits
  5. 24 Sep, 2004 1 commit
  6. 25 Sep, 2004 1 commit
    • Russell King's avatar
      [ARM] Fix circular include dependency in asm/system.h · 064715b2
      Russell King authored
      The recent addition of linux/bitops.h inside linux/kernel.h has
      created a circular dependency:
      
      asm/system.h -> linux/kernel.h -> linux/bitops.h -> asm/bitops.h
       -> asm/system.h
      
      which results in an unbuildable kernel.  We appear not to need
      linux/kernel.h in asm/system.h, but do need linux/linkage.h, so
      make this the case.
      064715b2
  7. 24 Sep, 2004 19 commits