The patch titled chipsfb: use correct pm state has been added to the -mm tree. Its filename is chipsfb-use-correct-pm-state.patch --- drivers/video/chipsfb.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Index: linux-2.6.23-rc1/drivers/video/chipsfb.c =================================================================== --- linux-2.6.23-rc1.orig/drivers/video/chipsfb.c +++ linux-2.6.23-rc1/drivers/video/chipsfb.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include @@ -458,7 +459,7 @@ static int chipsfb_pci_suspend(struct pc if (state.event == pdev->dev.power.power_state.event) return 0; - if (state.event != PM_SUSPEND_MEM) + if (state.event != PM_EVENT_SUSPEND) goto done; acquire_console_sem();