]> www.infradead.org Git - users/jedix/linux-maple.git/commit
staging: gpib: Remove dependencies on !X86_PAE
authorDave Penkler <dpenkler@gmail.com>
Tue, 4 Feb 2025 17:42:54 +0000 (18:42 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Feb 2025 15:47:25 +0000 (16:47 +0100)
commit453b733ce316568559c98bbe2e69ef0de7fd10b8
treebdb8da08023c0c2712c44ef4173b24c8b52fa39c
parentc1baf6528bcfd6a86842093ff3f8ff8caf309c12
staging: gpib: Remove dependencies on !X86_PAE

The dependecies on !X86_PAE were introduced to fix an i386
build issue due to drivers casting resource_type_t to void *
commit 48e8a8160dba ("staging: gpib: Fix i386 build issue")

Subsequently
commit baf8855c9160 ("staging: gpib: fix address space mixup")
properly resolved these issues by fixing the code in the
drivers.

Delete the lines "depends on !X86_PAE"

Signed-off-by: Dave Penkler <dpenkler@gmail.com>
Link: https://lore.kernel.org/r/20250204174254.16576-1-dpenkler@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gpib/Kconfig