diff options
| author | Simon Wilson <simonwilson@google.com> | 2014-07-29 12:46:03 -0700 |
|---|---|---|
| committer | Douglas Zobel <dzobel1@motorola.com> | 2014-08-07 02:10:45 +0000 |
| commit | 767129434361fd64e64f975b5c559cf0e3a1d58f (patch) | |
| tree | 2e188b5758b8f374906ffe16ac6dc11488cbad5c /include/linux/m4sensorhub.h | |
| parent | 275fa5a308cf364128a137c056fc55149f3a0896 (diff) | |
| download | olio-linux-3.10-767129434361fd64e64f975b5c559cf0e3a1d58f.tar.xz olio-linux-3.10-767129434361fd64e64f975b5c559cf0e3a1d58f.zip | |
mfd: sensorhub: convert to threaded IRQ handler
Change-Id: Id1c895ffdae01b085b79adc3934c5a2438a12157
Signed-off-by: Simon Wilson <simonwilson@google.com>
Diffstat (limited to 'include/linux/m4sensorhub.h')
| -rw-r--r-- | include/linux/m4sensorhub.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/m4sensorhub.h b/include/linux/m4sensorhub.h index ae3645d5d99..5bc54f0885b 100644 --- a/include/linux/m4sensorhub.h +++ b/include/linux/m4sensorhub.h @@ -95,7 +95,6 @@ struct m4sensorhub_hwconfig { struct m4sensorhub_irq_dbg { unsigned char suspend; /* 1 - Suspended, 0 - Normal */ - unsigned char print_irqs; /* 1 - IRQs to print, 0 - None */ }; struct m4sensorhub_data { |