remove set_fs() for h8300

From: Christoph Hellwig
Date: Fri Jul 09 2021 - 07:53:43 EST


Hi all,

this series removes support for the deprecated set_fs address space
override on h8300. Because h8300 doesn't actually have different
address spaces to start with as a pure nommu port the changes are
pretty simple.

Compile tested only.