The patch titled
drivers/video/Kconfig: Fix FB_PMAGB_B dependencies
has been removed from the -mm tree. Its filename was
drivers-video-kconfig-fix-fb_pmagb_b-dependencies.patch
This patch was dropped because it was merged into mainline or a subsystem tree
------------------------------------------------------
Subject: drivers/video/Kconfig: Fix FB_PMAGB_B dependencies
From: "Maciej W. Rozycki" <[EMAIL PROTECTED]>
Add a missing FB dependency to FB_PMAGB_B.
Signed-off-by: Maciej W. Rozycki <[EMAIL PROTECTED]>
Cc: "Antonino A. Daplas" <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/video/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN
drivers/video/Kconfig~drivers-video-kconfig-fix-fb_pmagb_b-dependencies
drivers/video/Kconfig
--- a/drivers/video/Kconfig~drivers-video-kconfig-fix-fb_pmagb_b-dependencies
+++ a/drivers/video/Kconfig
@@ -1652,7 +1652,7 @@ config FB_PMAG_BA
config FB_PMAGB_B
tristate "PMAGB-B TURBOchannel framebuffer support"
- depends on TC
+ depends on FB && TC
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
origin.patch
include-linux-typesh-in-if_fddih.patch
avoid-negative-and-full-width-shifts-in-radix-treec.patch
lk201-remove-obsolete-driver.patch
kernel-printkc-concerns-about-the-console-handover.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html