Fix unused variable "flags". (only used if #ifdef I586_CPU)
This commit is contained in:
parent
4fdff1649a
commit
df5c783c68
@ -32,7 +32,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
|
||||
* $Id: npx.c,v 1.68 1999/05/06 09:44:55 bde Exp $
|
||||
* $Id: npx.c,v 1.69 1999/05/06 12:47:21 peter Exp $
|
||||
*/
|
||||
|
||||
#include "npx.h"
|
||||
@ -390,7 +390,9 @@ int
|
||||
npx_attach(dev)
|
||||
device_t dev;
|
||||
{
|
||||
#ifdef I586_CPU
|
||||
int flags;
|
||||
#endif
|
||||
|
||||
device_print_prettyname(dev);
|
||||
if (npx_irq13) {
|
||||
|
@ -32,7 +32,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
|
||||
* $Id: npx.c,v 1.68 1999/05/06 09:44:55 bde Exp $
|
||||
* $Id: npx.c,v 1.69 1999/05/06 12:47:21 peter Exp $
|
||||
*/
|
||||
|
||||
#include "npx.h"
|
||||
@ -390,7 +390,9 @@ int
|
||||
npx_attach(dev)
|
||||
device_t dev;
|
||||
{
|
||||
#ifdef I586_CPU
|
||||
int flags;
|
||||
#endif
|
||||
|
||||
device_print_prettyname(dev);
|
||||
if (npx_irq13) {
|
||||
|
@ -32,7 +32,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
|
||||
* $Id: npx.c,v 1.68 1999/05/06 09:44:55 bde Exp $
|
||||
* $Id: npx.c,v 1.69 1999/05/06 12:47:21 peter Exp $
|
||||
*/
|
||||
|
||||
#include "npx.h"
|
||||
@ -390,7 +390,9 @@ int
|
||||
npx_attach(dev)
|
||||
device_t dev;
|
||||
{
|
||||
#ifdef I586_CPU
|
||||
int flags;
|
||||
#endif
|
||||
|
||||
device_print_prettyname(dev);
|
||||
if (npx_irq13) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user