1. 24 8月, 2011 4 次提交
  2. 23 8月, 2011 22 次提交
  3. 21 8月, 2011 1 次提交
  4. 20 8月, 2011 1 次提交
  5. 19 8月, 2011 6 次提交
  6. 18 8月, 2011 2 次提交
  7. 17 8月, 2011 1 次提交
  8. 16 8月, 2011 3 次提交
    • R
      xen: self-balloon needs module.h · 4fec0e0b
      Randy Dunlap 提交于
      Fix build errors (found when CONFIG_SYSFS is not enabled):
      
        drivers/xen/xen-selfballoon.c:446: warning: data definition has no type or storage class
        drivers/xen/xen-selfballoon.c:446: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL'
        drivers/xen/xen-selfballoon.c:446: warning: parameter names (without types) in function declaration
        drivers/xen/xen-selfballoon.c:485: error: expected declaration specifiers or '...' before string constant
        drivers/xen/xen-selfballoon.c:485: warning: data definition has no type or storage class
        drivers/xen/xen-selfballoon.c:485: warning: type defaults to 'int' in declaration of 'MODULE_LICENSE'
        drivers/xen/xen-selfballoon.c:485: warning: function declaration isn't a prototype
      Signed-off-by: NRandy Dunlap <rdunlap@xenotime.net>
      Acked-by: NKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      4fec0e0b
    • A
      gma500: kill MIPI interface types · c3585aa9
      Alan Cox 提交于
      Kirill Shutemov found problems with the non-upstream IMG driver where the
      use of extra DRM encoder/connector types caused random crashes when the DRM
      layer tried to display their matching name. This removes the MIPI types
      matching the changes Pauli Nieminen made to the non upstream driver set.
      
      As Pauli points out:
      " MIPI (or DSI) is protocol specification on top of LVDS serial bus. That
       makes it resonable to call MIPI connectors and encoders LVDS."
      
      (and indeed they may also be HDMI convertors or similar when we want to
       report a more useful to end user result)
      Signed-off-by: NAlan Cox <alan@linux.intel.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      c3585aa9
    • S
      regmap: using module facilities requires module.h · b5ddbf46
      Stephen Rothwell 提交于
      Commit b33f9cbd ("regmap: Specify a module license") added a
      MODULES_LICENSE to this file without adding an include of module.h.
      
      module.h should have been included anyway, since this file has
      EXPORT_SYMBOLs as well.  With the pending module.h split up, this would
      probably have caused build problems.
      
      Cc: Stephen Warren <swarren@nvidia.com>
      Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
      Signed-off-by: NStephen Rothwell <sfr@canb.auug.org.au>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      b5ddbf46