소스 검색

tpm/tpm_i2c_infineon: Remove unused header file

This driver does not use any module parameters anymore,
so the inclusion of the header file can be removed.

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Peter Huewe 12 년 전
부모
커밋
572e5b018b
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      drivers/char/tpm/tpm_i2c_infineon.c

+ 0 - 1
drivers/char/tpm/tpm_i2c_infineon.c

@@ -24,7 +24,6 @@
 #include <linux/init.h>
 #include <linux/i2c.h>
 #include <linux/module.h>
-#include <linux/moduleparam.h>
 #include <linux/wait.h>
 #include "tpm.h"