diff options
Diffstat (limited to 'sys/arm/altera/socfpga/socfpga_common.h')
-rw-r--r-- | sys/arm/altera/socfpga/socfpga_common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/arm/altera/socfpga/socfpga_common.h b/sys/arm/altera/socfpga/socfpga_common.h index 2b4e97bbb462..3ab85a71c2a0 100644 --- a/sys/arm/altera/socfpga/socfpga_common.h +++ b/sys/arm/altera/socfpga/socfpga_common.h @@ -26,8 +26,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #define READ4(_sc, _reg) bus_read_4((_sc)->res[0], _reg) |