The patch titled
vt8623fb: Fix compile error if CONFIG_MTRR=n
has been removed from the -mm tree. Its filename was
vt8623fb-fix-compile-error-if-config_mtrr=n.patch
This patch was dropped because it was folded into
vt8623fb-new-framebuffer-driver-for-via-vt8623.patch
------------------------------------------------------
Subject: vt8623fb: Fix compile error if CONFIG_MTRR=n
From: "Antonino A. Daplas" <[EMAIL PROTECTED]>
Fix compile error if CONFIG_MTRR=n
Signed-off-by: Antonino Daplas <[EMAIL PROTECTED]>
Cc: Ondrej Zajicek <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/video/vt8623fb.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff -puN drivers/video/vt8623fb.c~vt8623fb-fix-compile-error-if-config_mtrr=n
drivers/video/vt8623fb.c
--- a/drivers/video/vt8623fb.c~vt8623fb-fix-compile-error-if-config_mtrr=n
+++ a/drivers/video/vt8623fb.c
@@ -777,12 +777,10 @@ err_enable_device:
static void __devexit vt8623_pci_remove(struct pci_dev *dev)
{
struct fb_info *info = pci_get_drvdata(dev);
+ struct vt8623fb_info *par = info->par;
if (info) {
-
#ifdef CONFIG_MTRR
- struct vt8623fb_info *par = info->par;
-
if (par->mtrr_reg >= 0) {
mtrr_del(par->mtrr_reg, 0, 0);
par->mtrr_reg = -1;
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
origin.patch
vt8623fb-new-framebuffer-driver-for-via-vt8623.patch
vt8623fb-fix-compile-error-if-config_mtrr=n.patch
arkfb-new-framebuffer-driver-for-ark-logic-cards.patch
arkfb-fix-compiler-warnings.patch
arkfb-fix-compile-error-if-config_mtrr=n.patch
arkfb-new-framebuffer-driver-for-ark-logic-cards-fix.patch
svgalib-move-fb_get_caps-to-svgalib.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