1. 17 1月, 2014 4 次提交
  2. 07 1月, 2014 1 次提交
  3. 19 12月, 2013 1 次提交
  4. 04 10月, 2013 1 次提交
  5. 25 9月, 2013 1 次提交
    • J
      brcm80211: Remove extern from function prototypes · 9bd91f3c
      Joe Perches 提交于
      There are a mix of function prototypes with and without extern
      in the kernel sources.  Standardize on not using extern for
      function prototypes.
      
      Function prototypes don't need to be written with extern.
      extern is assumed by the compiler.  Its use is as unnecessary as
      using auto to declare automatic/local variables in a block.
      Signed-off-by: NJoe Perches <joe@perches.com>
      9bd91f3c
  6. 13 4月, 2013 2 次提交
  7. 12 11月, 2011 4 次提交
  8. 10 11月, 2011 11 次提交