1. 10 12月, 2006 1 次提交
  2. 08 12月, 2006 4 次提交
  3. 06 12月, 2006 1 次提交
  4. 01 12月, 2006 3 次提交
  5. 30 11月, 2006 2 次提交
    • D
      [MTD] Remove trailing whitespace · c9ac5977
      David Woodhouse 提交于
      The newly-added cafe_ecc.c had a lot of it because of the way the lookup
      table was auto-generated; clean up the other files too while we're at it.
      Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
      c9ac5977
    • D
      [MTD] Use EXPORT_SYMBOL_GPL() for exported symbols. · dd36f267
      David Woodhouse 提交于
      While we're fixing up the newly-added symbol, change the neighbouring ones
      too, for consistency and also to reflect the author's interpretation of
      the GPL -- which is that _no_ non-GPL modules are permitted. The author
      always intended his code to be released under the GPL, and believes that
      any new interpretation of 'EXPORT_SYMBOL' as being any different from
      'EXPORT_SYMBOL_GPL' is entirely invalid; the GPL requires that _all_
      exports have the semantics of the new 'EXPORT_SYMBOL_GPL', which means the
      extra four characters are entirely redundant.
      
      But since those four extra characters trigger the check for illegal
      modules in a way that just EXPORT_SYMBOL does not, it's useful to change
      anyway. This action in no way indicates an admission that there is any
      legal distinction between the two states, and in particular does not
      indicate that the author believes that non-GPL modules may use symbols
      exported with EXPORT_SYMBOL alone.
      Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
      dd36f267
  6. 29 11月, 2006 18 次提交
  7. 16 11月, 2006 3 次提交
  8. 01 11月, 2006 1 次提交
  9. 31 10月, 2006 2 次提交
  10. 28 10月, 2006 3 次提交
  11. 27 10月, 2006 2 次提交