tty: serial: drop owner assignment from platform_drivers

A platform_driver does not need to set an owner, it will be populated by the
driver core.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
This commit is contained in:
Wolfram Sang
2014-10-20 16:21:45 +02:00
부모 3aa5fed256
커밋 9144b3cded
41개의 변경된 파일0개의 추가작업 그리고 41개의 파일을 삭제

파일 보기

@@ -2111,7 +2111,6 @@ static struct platform_driver mpsc_driver = {
.remove = mpsc_drv_remove,
.driver = {
.name = MPSC_CTLR_NAME,
.owner = THIS_MODULE,
},
};