We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df3278 commit f88f4a1Copy full SHA for f88f4a1
drivers/input/keyboard/lpc32xx-keys.c
@@ -57,14 +57,13 @@ struct lpc32xx_kscan_drv {
57
struct input_dev *input;
58
struct clk *clk;
59
void __iomem *kscan_base;
60
- unsigned int irq;
61
62
u32 matrix_sz; /* Size of matrix in XxY, ie. 3 = 3x3 */
63
u32 deb_clks; /* Debounce clocks (based on 32KHz clock) */
64
u32 scan_delay; /* Scan delay (based on 32KHz clock) */
65
66
- unsigned short *keymap; /* Pointer to key map for the scan matrix */
67
unsigned int row_shift;
+ unsigned short *keymap; /* Pointer to key map for the scan matrix */
68
69
u8 lastkeystates[8];
70
};
0 commit comments