diff options
author | Bryan Thompson <bryan.thompson@unisys.com> | 2016-09-02 20:41:35 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-09-12 11:26:30 (GMT) |
commit | 89cb05105117dfa0b86635c7e8c124e529047f15 (patch) | |
tree | 503b7e19d05caef895d6555bab5cb38ef8307461 /drivers | |
parent | d7cbd9f6c4cdb379ebd04cda9cfce1bbf6442e26 (diff) | |
download | linux-89cb05105117dfa0b86635c7e8c124e529047f15.tar.xz |
staging: unisys: visorinput: Remove ultrainputreport.h include
Stop ultrainputreport.h from including itself.
Signed-off-by: Bryan Thompson <bryan.thompson@unisys.com>
Signed-off-by: David Kershner <david.kershner@unisys.com>
Reviewed-by: Tim Sell <Timothy.Sell@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/unisys/visorinput/ultrainputreport.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/unisys/visorinput/ultrainputreport.h b/drivers/staging/unisys/visorinput/ultrainputreport.h index 1bc3d20..53dde7c 100644 --- a/drivers/staging/unisys/visorinput/ultrainputreport.h +++ b/drivers/staging/unisys/visorinput/ultrainputreport.h @@ -17,8 +17,6 @@ #include <linux/types.h> -#include "ultrainputreport.h" - /* Identifies mouse and keyboard activity which is specified by the firmware to * the host using the cmsimpleinput protocol. @ingroup coretypes */ |