diff options
| author | Tomas Winkler <tomas.winkler@intel.com> | 2013-01-08 16:07:20 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-08 19:40:46 -0500 |
| commit | 038c8a6ebc50ec981557f02197ed2dc5795c40fb (patch) | |
| tree | 165fcf84a839ba2c0c8f8611bccfcb0d031a9897 | |
| parent | a40b260da6d96ab5231ebdabd06e70568ca81885 (diff) | |
mei: mei_dev.h - remove prototypes of dropped functions
mei_task_initialize_clients and mei_initialize_clients
are no longer among us
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | drivers/misc/mei/mei_dev.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/misc/mei/mei_dev.h b/drivers/misc/mei/mei_dev.h index d07d81ffbb57..681c0ee7a5de 100644 --- a/drivers/misc/mei/mei_dev.h +++ b/drivers/misc/mei/mei_dev.h | |||
| @@ -326,10 +326,6 @@ static inline unsigned long mei_secs_to_jiffies(unsigned long sec) | |||
| 326 | struct mei_device *mei_device_init(struct pci_dev *pdev); | 326 | struct mei_device *mei_device_init(struct pci_dev *pdev); |
| 327 | void mei_reset(struct mei_device *dev, int interrupts); | 327 | void mei_reset(struct mei_device *dev, int interrupts); |
| 328 | int mei_hw_init(struct mei_device *dev); | 328 | int mei_hw_init(struct mei_device *dev); |
| 329 | int mei_task_initialize_clients(void *data); | ||
| 330 | int mei_initialize_clients(struct mei_device *dev); | ||
| 331 | |||
| 332 | |||
| 333 | 329 | ||
| 334 | /* | 330 | /* |
| 335 | * MEI interrupt functions prototype | 331 | * MEI interrupt functions prototype |
