diff --git a/accounts/usbwallet/trezor.go b/accounts/usbwallet/trezor.go
index 82525a20cb78b380b0fd98343456f5b53f0bd950..d3e17aba10c872cae6edb71059e3f8041896bc10 100644
--- a/accounts/usbwallet/trezor.go
+++ b/accounts/usbwallet/trezor.go
@@ -28,7 +28,7 @@ import (
 	"math/big"
 
 	"github.com/ethereum/go-ethereum/accounts"
-	"github.com/ethereum/go-ethereum/accounts/usbwallet/internal/trezor"
+	"github.com/ethereum/go-ethereum/accounts/usbwallet/trezor"
 	"github.com/ethereum/go-ethereum/common"
 	"github.com/ethereum/go-ethereum/common/hexutil"
 	"github.com/ethereum/go-ethereum/core/types"
diff --git a/accounts/usbwallet/internal/trezor/messages.pb.go b/accounts/usbwallet/trezor/messages.pb.go
similarity index 100%
rename from accounts/usbwallet/internal/trezor/messages.pb.go
rename to accounts/usbwallet/trezor/messages.pb.go
diff --git a/accounts/usbwallet/internal/trezor/messages.proto b/accounts/usbwallet/trezor/messages.proto
similarity index 100%
rename from accounts/usbwallet/internal/trezor/messages.proto
rename to accounts/usbwallet/trezor/messages.proto
diff --git a/accounts/usbwallet/internal/trezor/trezor.go b/accounts/usbwallet/trezor/trezor.go
similarity index 100%
rename from accounts/usbwallet/internal/trezor/trezor.go
rename to accounts/usbwallet/trezor/trezor.go
diff --git a/accounts/usbwallet/internal/trezor/types.pb.go b/accounts/usbwallet/trezor/types.pb.go
similarity index 100%
rename from accounts/usbwallet/internal/trezor/types.pb.go
rename to accounts/usbwallet/trezor/types.pb.go
diff --git a/accounts/usbwallet/internal/trezor/types.proto b/accounts/usbwallet/trezor/types.proto
similarity index 100%
rename from accounts/usbwallet/internal/trezor/types.proto
rename to accounts/usbwallet/trezor/types.proto