diff options
author | Krzysztof Helt <krzysztof.h1@wp.pl> | 2008-07-24 00:31:09 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-24 13:47:36 -0400 |
commit | 663b0e15877293451bdfea619db45eafae9dec54 (patch) | |
tree | 58392fefaf72132345716f83e87d0dc4451133ff /drivers/video/tridentfb.c | |
parent | 0292be4a382957016e8b574dc292779cfb49e029 (diff) |
tridentfb: remove warning message that cyblafb driver should be used
The tridentfb driver should handle now all chipsets handled by the cyblafb
driver. Remove the message which claims that support will be removed.
Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/tridentfb.c')
-rw-r--r-- | drivers/video/tridentfb.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/video/tridentfb.c b/drivers/video/tridentfb.c index b21f84239022..479b2e79ad68 100644 --- a/drivers/video/tridentfb.c +++ b/drivers/video/tridentfb.c | |||
@@ -1359,10 +1359,6 @@ static int __devinit trident_pci_probe(struct pci_dev *dev, | |||
1359 | 1359 | ||
1360 | chip_id = id->device; | 1360 | chip_id = id->device; |
1361 | 1361 | ||
1362 | if (chip_id == CYBERBLADEi1) | ||
1363 | output("*** Please do use cyblafb, Cyberblade/i1 support " | ||
1364 | "will soon be removed from tridentfb!\n"); | ||
1365 | |||
1366 | #ifndef CONFIG_FB_TRIDENT_ACCEL | 1362 | #ifndef CONFIG_FB_TRIDENT_ACCEL |
1367 | noaccel = 1; | 1363 | noaccel = 1; |
1368 | #endif | 1364 | #endif |