Skip to content

Commit

Permalink
staging: sm7xx: remove driver version support
Browse files Browse the repository at this point in the history
This patch removes non used version support. Code won't show version
message almost 4 years old.

Tested with SM712

Signed-off-by: Javier M. Mellid <jmunhoz@igalia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Javier M. Mellid authored and Greg Kroah-Hartman committed Apr 30, 2012
1 parent 9be467d commit 5c40fb3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions drivers/staging/sm7xx/smtcfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -821,8 +821,7 @@ static int __devinit smtcfb_pci_probe(struct pci_dev *pdev,
int err;
unsigned long pFramebufferPhysical;

dev_info(&pdev->dev,
"Silicon Motion display driver " SMTC_LINUX_FB_VERSION);
dev_info(&pdev->dev, "Silicon Motion display driver.");

err = pci_enable_device(pdev); /* enable SMTC chip */
if (err)
Expand Down
2 changes: 0 additions & 2 deletions drivers/staging/sm7xx/smtcfb.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
* more details.
*/

#define SMTC_LINUX_FB_VERSION "version 0.11.2619.21.01 July 27, 2008"

#define NR_PALETTE 256
#define NR_RGB 2

Expand Down

0 comments on commit 5c40fb3

Please sign in to comment.