Changeset c43b1db2 in mainline


Ignore:
Timestamp:
2009-02-28T17:35:43Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4c7257b
Parents:
38c64e8
Message:

Get rid of unused variable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/src/kbd/i8042.c

    r38c64e8 rc43b1db2  
    5151#include <sysinfo/sysinfo.h>
    5252
    53 i8042_instance_t lgcy_i8042_instance = {
    54         .i8042 = (i8042_t *) I8042_BASE,
    55 };
    56 
    5753/* Keyboard commands. */
    5854#define KBD_ENABLE      0xf4
     
    7975
    8076#define i8042_BUFFER_FULL_MASK  0x01
    81 #define i8042_WAIT_MASK                 0x02
    82 #define i8042_MOUSE_DATA                0x20
     77#define i8042_WAIT_MASK         0x02
     78#define i8042_MOUSE_DATA        0x20
    8379
    8480static void i8042_suspend(chardev_t *);
Note: See TracChangeset for help on using the changeset viewer.