]> Git Repo - linux.git/commit
flex_array: export symbols to modules
authorDavid Rientjes <[email protected]>
Thu, 13 Jan 2011 00:59:55 +0000 (16:59 -0800)
committerLinus Torvalds <[email protected]>
Thu, 13 Jan 2011 16:03:11 +0000 (08:03 -0800)
commit78c377d1b5e7ef15c8c307c2aa2511602a0829c3
tree306f17444a4c5e190ff3b3513204910a386998e8
parent734825796446930c57f69677f2e6cf1683d012f2
flex_array: export symbols to modules

Alex said:

  I want to use flex_array to store a sparse array of ATM cell
  re-assembly buffers for my ATM over Ethernet driver.  Using the per-vcc
  user_back structure causes problems when stacked with things like
  br2684.

Add EXPORT_SYMBOL() for all publically accessible flex array functions
and move to obj-y so that modules may use this library.

Signed-off-by: David Rientjes <[email protected]>
Cc: Dave Hansen <[email protected]>
Cc: Paul Mundt <[email protected]>
Reported-by: Alex Bennee <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
lib/Makefile
lib/flex_array.c
This page took 0.053584 seconds and 4 git commands to generate.