1. 19 5月, 2011 1 次提交
    • L
      wl12xx: fix compilation error when CONFIG_PM is not set · f634a4e7
      Luciano Coelho 提交于
      There was a compilation error when PM is not enabled:
      
        CC [M]  drivers/net/wireless/wl12xx/main.o
      drivers/net/wireless/wl12xx/main.c:3653: error: unknown field 'suspend' specified in initializer
      drivers/net/wireless/wl12xx/main.c:3653: warning: initialization from incompatible pointer type
      drivers/net/wireless/wl12xx/main.c:3654: error: unknown field 'resume' specified in initializer
      drivers/net/wireless/wl12xx/main.c:3654: warning: initialization from incompatible pointer type
      
      Fix this by adding #ifdef's in the appropriate places.
      
      Cc: Eliad Peller <eliad@wizery.com>
      Signed-off-by: NLuciano Coelho <coelho@ti.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      f634a4e7
  2. 18 5月, 2011 11 次提交
  3. 17 5月, 2011 28 次提交