summaryrefslogtreecommitdiff
path: root/net/lapb
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@st.com>2011-03-03 13:17:15 +0300
committerVinod Koul <vinod.koul@intel.com>2011-03-06 22:42:27 +0300
commitcb689a706d17ef19a61735670ded60466dd015fa (patch)
tree34172bc4222c9d4a5970a7509f5adde79e500d46 /net/lapb
parentf44ad7e91dd12bed0959b3e715f4f3ab84951a59 (diff)
downloadlinux-cb689a706d17ef19a61735670ded60466dd015fa.tar.xz
dw_dmac: Replace module_init() with subsys_initcall()
In some cases users of dw_dmac are initialized before dw_dmac, and if they try to use dw_dmac, they simply fail. So its better we register init() routine of driver using subsys_initcall() instead of module_init(), so that dma driver is available at the earliest possible. Signed-off-by: Viresh Kumar <viresh.kumar@st.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'net/lapb')
0 files changed, 0 insertions, 0 deletions