The patch titled make power supply class available for arm architecture has been removed from the -mm tree. Its filename was make-power-supply-class-available-for-arm-architecture.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: make power supply class available for arm architecture From: Mike Rapoport <mike@xxxxxxxxxxxxxx> The config system doesn't show the power supply class menu if arch=arm, this patch fixes it. Signed-off-by: Mike Rapoport <mike@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/arm/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff -puN arch/arm/Kconfig~make-power-supply-class-available-for-arm-architecture arch/arm/Kconfig --- a/arch/arm/Kconfig~make-power-supply-class-available-for-arm-architecture +++ a/arch/arm/Kconfig @@ -1034,6 +1034,8 @@ source "drivers/w1/Kconfig" source "drivers/hwmon/Kconfig" +source "drivers/power/Kconfig" + #source "drivers/l3/Kconfig" source "drivers/misc/Kconfig" _ Patches currently in -mm which might be from mike@xxxxxxxxxxxxxx are origin.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