mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 13:50:52 +07:00
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>
This commit is contained in:
parent
0292be4a38
commit
663b0e1587
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user