mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
ps3fb: Remove unused variable.
This commit is contained in:
parent
b2a8b342f3
commit
01d643ae93
1 changed files with 0 additions and 3 deletions
|
|
@ -92,7 +92,6 @@ static struct ps3fb_softc ps3fb_softc;
|
|||
static int
|
||||
ps3fb_probe(struct vt_device *vd)
|
||||
{
|
||||
struct ps3fb_softc *sc;
|
||||
int disable;
|
||||
char compatible[64];
|
||||
phandle_t root;
|
||||
|
|
@ -102,8 +101,6 @@ ps3fb_probe(struct vt_device *vd)
|
|||
if (disable != 0)
|
||||
return (0);
|
||||
|
||||
sc = &ps3fb_softc;
|
||||
|
||||
TUNABLE_STR_FETCH("hw.platform", compatible, sizeof(compatible));
|
||||
if (strcmp(compatible, "ps3") == 0)
|
||||
return (CN_INTERNAL);
|
||||
|
|
|
|||
Loading…
Reference in a new issue