From: Amit C. <Ami...@mi...> - 2004-12-15 07:45:01
|
Hi, I have a suggestion for the DPM patch. All the changes should be covered under #ifdef CONFIG_DPM ... #endif. So, that if I can use the same = kernel with and without DPM support. As of now, once I have included the DPM = patch, there is no way of compiling without the DPM support. It gives errors if = I try to compile after unchecking the DPM option. Even the makefiles should be like: obj-$(CONFIG_DPM) +=3D dpm.o "drivers/base/power/Makefile" doesn't have it. I will help if you = require any. Regards, Amit |