diff options
Diffstat (limited to 'include/linux/pnp.h')
-rw-r--r-- | include/linux/pnp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/pnp.h b/include/linux/pnp.h index e033e1b14c27..e1454dabde10 100644 --- a/include/linux/pnp.h +++ b/include/linux/pnp.h | |||
@@ -182,9 +182,6 @@ static inline int pnp_dma_valid(struct pnp_dev *dev, unsigned int bar) | |||
182 | } | 182 | } |
183 | 183 | ||
184 | 184 | ||
185 | #define PNP_PORT_FLAG_16BITADDR (1<<0) | ||
186 | #define PNP_PORT_FLAG_FIXED (1<<1) | ||
187 | |||
188 | struct pnp_port { | 185 | struct pnp_port { |
189 | unsigned short min; /* min base number */ | 186 | unsigned short min; /* min base number */ |
190 | unsigned short max; /* max base number */ | 187 | unsigned short max; /* max base number */ |