Remove duplicate and unnecessary includes.
While here remove an unused and wrong define.
This commit is contained in:
parent
bfd81ad39c
commit
bcb725defa
@ -36,20 +36,11 @@ __FBSDID("$FreeBSD$");
|
||||
#include <sys/module.h>
|
||||
#include <sys/malloc.h>
|
||||
#include <sys/rman.h>
|
||||
#include <sys/timeet.h>
|
||||
#include <sys/timetc.h>
|
||||
#include <sys/watchdog.h>
|
||||
#include <machine/bus.h>
|
||||
#include <machine/cpu.h>
|
||||
#include <machine/intr.h>
|
||||
|
||||
#include <dev/fdt/fdt_common.h>
|
||||
#include <dev/ofw/openfirm.h>
|
||||
#include <dev/ofw/ofw_bus.h>
|
||||
#include <dev/ofw/ofw_bus_subr.h>
|
||||
|
||||
#include <machine/bus.h>
|
||||
|
||||
#include "a10_clk.h"
|
||||
|
||||
struct a10_ccm_softc {
|
||||
|
@ -29,8 +29,6 @@
|
||||
#ifndef _A10_CLK_H_
|
||||
#define _A10_CLK_H_
|
||||
|
||||
#define CCMU_BASE 0xe1c20000
|
||||
|
||||
#define CCM_PLL1_CFG 0x0000
|
||||
#define CCM_PLL1_TUN 0x0004
|
||||
#define CCM_PLL2_CFG 0x0008
|
||||
|
Loading…
x
Reference in New Issue
Block a user