1. 15 11月, 2011 3 次提交
  2. 08 11月, 2011 10 次提交
  3. 07 11月, 2011 26 次提交
  4. 06 11月, 2011 1 次提交
    • R
      ARM: PXA: fix includes in pxa2xx_cm_x2xx PCMCIA driver · 7a3f8de5
      Russell King 提交于
      The includes in the pxa2xx_cm_x2xx PCMCIA driver are rather random;
      the driver doesn't require anything from these headers except the
      cpu_is_xxx() macros which come from another include.
      
      The concern is that it's getting these definitions via mach/system.h,
      which is supposed to only be included by arch/arm/kernel/process.c.
      As this header is scheduled for cleanup (and elimination) keeping
      the status quo will cause build errors.  So lets fix properly and
      independent of the future work.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      7a3f8de5