1. 14 2月, 2013 1 次提交
    • A
      burying unused conditionals · d64008a8
      Al Viro 提交于
      __ARCH_WANT_SYS_RT_SIGACTION,
      __ARCH_WANT_SYS_RT_SIGSUSPEND,
      __ARCH_WANT_COMPAT_SYS_RT_SIGSUSPEND,
      __ARCH_WANT_COMPAT_SYS_SCHED_RR_GET_INTERVAL - not used anymore
      CONFIG_GENERIC_{SIGALTSTACK,COMPAT_RT_SIG{ACTION,QUEUEINFO,PENDING,PROCMASK}} -
      can be assumed always set.
      d64008a8
  2. 04 2月, 2013 16 次提交
  3. 04 1月, 2013 1 次提交
    • G
      MIPS: drivers: remove __dev* attributes. · 28eb0e46
      Greg Kroah-Hartman 提交于
      CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
      markings need to be removed.
      
      This change removes the use of __devinit, __devexit_p, __devinitdata,
      and __devexit from these drivers.
      
      Based on patches originally written by Bill Pemberton, but redone by me
      in order to handle some of the coding style issues better, by hand.
      
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      28eb0e46
  4. 03 1月, 2013 1 次提交
    • J
      MIPS: 64-bit: Fix build if !CONFIG_MODULES · 2f12fb20
      Joshua Kinard 提交于
      Fix build failure if building a monolithic kernel due to
      arch/mips/kernel/Kconfig selecting MODULES_USE_ELF_REL[A] without checking
      to see if MODULES is set or not.  This leads to 'struct module' not
      existing, which triggers a compile failure in arch/mips/kernel/module-rela.c
      when the compiler attempts to dereference me->name:
      
        CC      arch/mips/kernel/module-rela.o
      arch/mips/kernel/module-rela.c: In function ‘apply_r_mips_26_rela’:
      arch/mips/kernel/module-rela.c:38:74: error: dereferencing pointer to incomplete type
      arch/mips/kernel/module-rela.c:46:12: error: dereferencing pointer to incomplete type
      arch/mips/kernel/module-rela.c: In function ‘apply_relocate_add’:
      arch/mips/kernel/module-rela.c:133:13: error: dereferencing pointer to incomplete type
      make[2]: *** [arch/mips/kernel/module-rela.o] Error 1
      Signed-off-by: NJoshua Kinard <kumba@gentoo.org>
      Cc: linux-mips@linux-mips.org
      Patchwork: https://patchwork.linux-mips.org/patch/4749/Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      2f12fb20
  5. 29 12月, 2012 6 次提交
  6. 27 12月, 2012 6 次提交
  7. 20 12月, 2012 3 次提交
  8. 14 12月, 2012 6 次提交
    • R
      MIPS: PMC-Sierra Yosemite: Remove support. · bdf20507
      Ralf Baechle 提交于
      Nobody seems to be interested anymore and upstream also never had an
      ethernet driver.
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      bdf20507
    • R
      MIPS: wrppmc: Fix build of PCI code. · 5613d482
      Ralf Baechle 提交于
        CC      arch/mips/wrppmc/pci.o
      /home/ralf/src/linux/linux-mips/arch/mips/wrppmc/pci.c: In function ‘gt64120_pci_init’:
      /home/ralf/src/linux/linux-mips/arch/mips/wrppmc/pci.c:41:6: error: variable ‘tmp’ set but not used [-Werror=unused-but-set-variable]
      cc1: all warnings being treated as errors
      
      This warning exists in gcc 4.6.0 and newer.  Kernels 2.6.40 and newer use
      -Wunused-but-set-variable to suppress it.
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      5613d482
    • R
      MIPS: IP22/IP28: Fix build of EISA code. · b2f711d4
      Ralf Baechle 提交于
        CC      arch/mips/sgi-ip22/ip22-eisa.o
      /home/ralf/src/linux/linux-mips/arch/mips/sgi-ip22/ip22-eisa.c: In function ‘ip22_eisa_intr’:
      /home/ralf/src/linux/linux-mips/arch/mips/sgi-ip22/ip22-eisa.c:77:11: error: variable ‘dma2’ set but not used [-Werror=unused-but-set-variable]
      /home/ralf/src/linux/linux-mips/arch/mips/sgi-ip22/ip22-eisa.c:77:5: error: variable ‘dma1’ set but not used [-Werror=unused-but-set-variable]
      cc1: all warnings being treated as errors
      
      This warning exists in gcc 4.6.0 and newer.  Kernels 2.6.40 and newer use
      -Wunused-but-set-variable to suppress it.
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      b2f711d4
    • R
      MIPS: RB532: Fix build of prom code. · 66315e15
      Ralf Baechle 提交于
        CC      arch/mips/rb532/prom.o
      /home/ralf/src/linux/linux-mips/arch/mips/rb532/prom.c: In function ‘prom_setup_cmdline’:
      /home/ralf/src/linux/linux-mips/arch/mips/rb532/prom.c:75:22: error: variable ‘prom_envp’ set but not used [-Werror=unused-but-set-variable]
      
      This warning exists in gcc 4.6.0 and newer.  Kernels 2.6.40 and newer use
      -Wunused-but-set-variable to suppress it.
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      66315e15
    • R
      MIPS: PowerTV: Fix build. · ae1242a5
      Ralf Baechle 提交于
        CC      arch/mips/powertv/init.o
      /home/ralf/src/linux/linux-mips/arch/mips/powertv/init.c: In function ‘mips_nmi_setup’:
      /home/ralf/src/linux/linux-mips/arch/mips/powertv/init.c:80:8: error: variable ‘base’ set but not used [-Werror=unused-but-set-variable]
      /home/ralf/src/linux/linux-mips/arch/mips/powertv/init.c: In function ‘mips_ejtag_setup’:
      /home/ralf/src/linux/linux-mips/arch/mips/powertv/init.c:94:8: error: variable ‘base’ set but not used [-Werror=unused-but-set-variable]
      cc1: all warnings being treated as errors
      
      As these two functions are, they don't serve any useful purpose so I've
      deleted them entirely.
      
      This warning exists in gcc 4.6.0 and newer.  Kernels 2.6.40 and newer use
      -Wunused-but-set-variable to suppress it.
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      ae1242a5
    • D
      MIPS: IP27: Correct fucked grammar in ops-bridge.c · 686957e7
      Dave Jones 提交于
      I had no idea just how broken IOC3 was until I read this.
      Signed-off-by: NDave Jones <davej@redhat.com>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      686957e7