From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: fbdev: defio: Remove duplicate include of linux/module.h Date: Tue, 28 Apr 2026 13:38:42 +1000 Message-ID: In-Reply-To: <20260428031725.1013103-1-nichen@iscas.ac.cn> References: <20260428031725.1013103-1-nichen@iscas.ac.cn> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Overall Series Review Subject: fbdev: defio: Remove duplicate include of linux/module.h Author: Chen Ni Patches: 1 Reviewed: 2026-04-28T13:38:42.747849 --- This is a single trivial cleanup patch that removes a duplicate `#include ` from `drivers/video/fbdev/core/fb_defio.c`. The change is correct and harmless. The file retains its first `#include ` at line 11, which is needed for `THIS_MODULE`, `try_module_get()`, and `module_put()` used later in the file. No functional impact. No concerns. --- Generated by Claude Code Patch Reviewer