Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 663b0e15 authored by Krzysztof Helt's avatar Krzysztof Helt Committed by Linus Torvalds
Browse files

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: default avatarKrzysztof Helt <krzysztof.h1@wp.pl>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 0292be4a
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1359,10 +1359,6 @@ static int __devinit trident_pci_probe(struct pci_dev *dev,

	chip_id = id->device;

	if (chip_id == CYBERBLADEi1)
		output("*** Please do use cyblafb, Cyberblade/i1 support "
		       "will soon be removed from tridentfb!\n");

#ifndef CONFIG_FB_TRIDENT_ACCEL
	noaccel = 1;
#endif