mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
staging: sm750fb: use 'struct sm750_dev *' instead of 'void *'
Use proper 'struct sm750_dev *' type instead of 'void *' Signed-off-by: Mike Rapoport <mike.rapoport@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
700591a9ad
commit
4fd92f51da
@@ -1178,7 +1178,7 @@ static void lynxfb_pci_remove(struct pci_dev *pdev)
|
||||
{
|
||||
struct fb_info *info;
|
||||
struct lynx_share *share;
|
||||
void *sm750_dev;
|
||||
struct sm750_dev *sm750_dev;
|
||||
struct lynxfb_par *par;
|
||||
int cnt;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user