diff options
Diffstat (limited to 'include/net/irda/irda_device.h')
| -rw-r--r-- | include/net/irda/irda_device.h | 6 | 
1 files changed, 2 insertions, 4 deletions
diff --git a/include/net/irda/irda_device.h b/include/net/irda/irda_device.h index 94c852d47d0..664bf817841 100644 --- a/include/net/irda/irda_device.h +++ b/include/net/irda/irda_device.h @@ -24,9 +24,7 @@   *     GNU General Public License for more details.   *    *     You should have received a copy of the GNU General Public License  - *     along with this program; if not, write to the Free Software  - *     Foundation, Inc., 59 Temple Place, Suite 330, Boston,  - *     MA 02111-1307 USA + *     along with this program; if not, see <http://www.gnu.org/licenses/>.   *        ********************************************************************/ @@ -162,7 +160,7 @@ typedef struct {          int irq, irq2;        /* Interrupts used */          int dma, dma2;        /* DMA channel(s) used */          int fifo_size;        /* FIFO size */ -        int irqflags;         /* interrupt flags (ie, IRQF_SHARED|IRQF_DISABLED) */ +        int irqflags;         /* interrupt flags (ie, IRQF_SHARED) */  	int direction;        /* Link direction, used by some FIR drivers */  	int enabled;          /* Powered on? */  	int suspended;        /* Suspended by APM */  | 
