commit | 4b22afd743a3882123a16135fa863558c0ac2d94 | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@linux-foundation.org> | Thu Apr 26 00:19:26 2007 -0700 |
committer | Jeff Garzik <jeff@garzik.org> | Sat Apr 28 15:16:40 2007 -0400 |
tree | 1d6c244f112c9faeb19021c87d46c00df7f1ae84 | |
parent | a473446856374668c4296db5256ca708ce8f7095 [diff] |
drivers/ata/pata_cmd640.c: fix build with CONFIG_PM=n This is grubby, but all the ata drivers do it this way. Would it not be better to do #define ata_scsi_device_resume NULL in libata.h, remove all those ifdefs? (updated version, ug, ug) Cc: Jeff Garzik <jeff@garzik.org> Cc: Alan Cox <alan@lxorguk.ukuu.org.uk> Cc: Tejun Heo <htejun@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>