With CONFIG_SUSPEND=n I get build errors from at least a couple of files because of the use of ENOSYS in the stub for pm_suspend(). Should those .c files be forced to include errno.h? Or should we have the include in pm.h? Assuming the latter ... Signed-off-by: Tony Luck <tony.luck@intel.com> --- diff --git a/include/linux/pm.h b/include/linux/pm.h index e52f6f8..a90c020 100644 --- a/include/linux/pm.h +++ b/include/linux/pm.h @@ -23,6 +23,7 @@ #ifdef __KERNEL__ +#include <linux/errno.h> #include <linux/list.h> #include <asm/atomic.h> -
| Peter Zijlstra | Re: Quad core CPUs loaded at only 50% when running a CPU and mmap intensive multi-... |
| Satyam Sharma | [-mm patchset] War on warnings |
| Izik Eidus | [PATCH 0/4] ksm - dynamic page sharing driver for linux |
| Renato S. Yamane | Error -71 on device descriptor read/all |
git: | |
| Martin Langhoff | Handling large files with GIT |
| Wincent Colaiuta | Rebase/cherry-picking idea |
| Linus Torvalds | People unaware of the importance of "git gc"? |
| Joe Fiorini | Undo git-rm without commit? |
| Christian Weisgerber | Re: libiconv problem |
| Peter | OpenBSD as Virtualbox guest |
| Brandon Lee | DELL PERC 5iR slow performance |
| Martin Toft | Trying to compile cwm on Linux |
| Alexey Dobriyan | [PATCH 01/53] xfrm: initialise xfrm_policy_gc_work statically |
| Arjan van de Ven | Printing the driver name as part of the netdev watchdog message |
| Dushan Tcholich | Re: ksoftirqd high cpu load on kernels 2.6.24 to 2.6.27-rc1-mm1 |
| Inaky Perez-Gonzalez | [PATCH 03/39] wimax: constants and definitions to interact with user space |
