The patch titled regulator: include suspend.h in machine.h for suspend_state_t has been removed from the -mm tree. Its filename was regulator-include-suspendh-in-machineh-for-suspend_state_t.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: regulator: include suspend.h in machine.h for suspend_state_t From: Philipp Zabel <philipp.zabel@xxxxxxxxx> linux/regulator/machine.h shouldn't depend on files including this header to have included linux/suspend.h before. Signed-off-by: Philipp Zabel <philipp.zabel@xxxxxxxxx> Cc: Liam Girdwood <lg@xxxxxxxxxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/regulator/machine.h | 1 + 1 file changed, 1 insertion(+) diff -puN include/linux/regulator/machine.h~regulator-include-suspendh-in-machineh-for-suspend_state_t include/linux/regulator/machine.h --- a/include/linux/regulator/machine.h~regulator-include-suspendh-in-machineh-for-suspend_state_t +++ a/include/linux/regulator/machine.h @@ -16,6 +16,7 @@ #define __LINUX_REGULATOR_MACHINE_H_ #include <linux/regulator/consumer.h> +#include <linux/suspend.h> struct regulator; _ Patches currently in -mm which might be from philipp.zabel@xxxxxxxxx are linux-next.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html